Index: tests/compiler/dart2js/class_order_test.dart |
=================================================================== |
--- tests/compiler/dart2js/class_order_test.dart (revision 14690) |
+++ tests/compiler/dart2js/class_order_test.dart (working copy) |
@@ -3,7 +3,7 @@ |
// BSD-style license that can be found in the LICENSE file. |
// Test that parameters keep their names in the output. |
-#import("compiler_helper.dart"); |
+import 'compiler_helper.dart'; |
const String TEST_ONE = r""" |
class A { foo() => 499; } |