Chromium Code Reviews| Index: tests/compiler/dart2js/static_closure_test.dart |
| =================================================================== |
| --- tests/compiler/dart2js/static_closure_test.dart (revision 14690) |
| +++ tests/compiler/dart2js/static_closure_test.dart (working copy) |
| @@ -4,7 +4,7 @@ |
| // Test that static functions are closurized as expected. |
| -#import("compiler_helper.dart"); |
| +import 'compiler_helper.dart'; |
| main() { |
| String code = compileAll(r'''main() { print(main); }'''); |