| Index: dart/tests/lib/math/math2_test.dart
|
| diff --git a/dart/tests/lib/math/math2_test.dart b/dart/tests/lib/math/math2_test.dart
|
| index a2cc3a1ad4cf7403c521df818293dec75ea8a686..cf71142d7ca27305129c0e9ecdfe7e96b5c1d470 100644
|
| --- a/dart/tests/lib/math/math2_test.dart
|
| +++ b/dart/tests/lib/math/math2_test.dart
|
| @@ -5,8 +5,8 @@
|
| // We temporarily test both the new math library and the old Math
|
| // class. This can easily be simplified once we get rid of the Math
|
| // class entirely.
|
| -library math_test;
|
| -import 'dart:math' as math;
|
| +#library('math_test');
|
| +#import('dart:math', prefix: 'math');
|
|
|
| class MathLibraryTest {
|
| static void testConstants() {
|
|
|