Chromium Code Reviews| Index: tests/compiler/dart2js/parameter_phi_elimination_test.dart |
| =================================================================== |
| --- tests/compiler/dart2js/parameter_phi_elimination_test.dart (revision 14690) |
| +++ tests/compiler/dart2js/parameter_phi_elimination_test.dart (working copy) |
| @@ -6,7 +6,7 @@ |
| // VMOptions=--enable_asserts |
| -#import("compiler_helper.dart"); |
| +import 'compiler_helper.dart'; |
| const String SOURCE = r""" |
| bool baz(int a, int b) { |