Index: tests/lib/math/math2_test.dart |
=================================================================== |
--- tests/lib/math/math2_test.dart (revision 14804) |
+++ tests/lib/math/math2_test.dart (working copy) |
@@ -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', prefix: 'math'); |
+library math_test; |
+import 'dart:math' as math; |
class MathLibraryTest { |
static void testConstants() { |