Index: tests/language/closure_type_test.dart |
=================================================================== |
--- tests/language/closure_type_test.dart (revision 15598) |
+++ tests/language/closure_type_test.dart (working copy) |
@@ -4,8 +4,8 @@ |
// Dart test for a closure result type test that cannot be eliminated at compile |
// time. |
-#library('closure_type_test'); |
-#import('dart:math', prefix: 'math'); |
+library closure_type_test; |
+import 'dart:math' as math; |
class Math { |
static int sqrt(x) => math.sqrt(x); |