| Index: dart/tests/lib/math/low_test.dart
|
| diff --git a/dart/tests/lib/math/low_test.dart b/dart/tests/lib/math/low_test.dart
|
| index f8e91d0d399c5395c4ab0c4acb02ce3656c2fd0b..40beeb6e1420f36adf68cbb109c1b5520c50bf2e 100644
|
| --- a/dart/tests/lib/math/low_test.dart
|
| +++ b/dart/tests/lib/math/low_test.dart
|
| @@ -6,9 +6,9 @@
|
| // a power of 2.
|
|
|
| // Library tag to allow Dartium to run the test.
|
| -library low_test;
|
| +#library("low_test.dart");
|
|
|
| -import "dart:math";
|
| +#import("dart:math");
|
|
|
| void main() {
|
| var n = (2 * (1<<32)) ~/ 3;
|
|
|