| Index: tests/standalone/medium_integer_test.dart
|
| diff --git a/tests/standalone/medium_integer_test.dart b/tests/standalone/medium_integer_test.dart
|
| index 8abdaeee82f3f36c798ab0c979f07e06dcb2c9c6..579f721a18bd220c3f28a9b18e437c42912b38ce 100644
|
| --- a/tests/standalone/medium_integer_test.dart
|
| +++ b/tests/standalone/medium_integer_test.dart
|
| @@ -4,7 +4,7 @@
|
| // Testing Mints. Note that the tests may not work on 64-bit machines,
|
| // as Smi's would be used to represent many of the numbers.
|
|
|
| -#library("MediumIntegerTest.dart");
|
| +library MediumIntegerTest;
|
|
|
|
|
| class MediumIntegerTest {
|
|
|