Index: tests/compiler/dart2js/pretty_parameter_test.dart |
=================================================================== |
--- tests/compiler/dart2js/pretty_parameter_test.dart (revision 14690) |
+++ tests/compiler/dart2js/pretty_parameter_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 FOO = r""" |
void foo(var a, var b) { |