Index: tests/lib/math/math_test.dart |
=================================================================== |
--- tests/lib/math/math_test.dart (revision 14804) |
+++ tests/lib/math/math_test.dart (working copy) |
@@ -2,8 +2,8 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE file. |
-#library("math_test.dart"); |
-#import("dart:math"); |
+library math_test; |
+import 'dart:math'; |
class MathTest { |
static void testConstants() { |