Chromium Code Reviews| Index: tests/compiler/dart2js/constant_folding_test.dart |
| =================================================================== |
| --- tests/compiler/dart2js/constant_folding_test.dart (revision 14690) |
| +++ tests/compiler/dart2js/constant_folding_test.dart (working copy) |
| @@ -3,7 +3,7 @@ |
| // BSD-style license that can be found in the LICENSE file. |
| // Test constant folding on numbers. |
| -#import("compiler_helper.dart"); |
| +import 'compiler_helper.dart'; |
| const String NUMBER_FOLDING = """ |
| void main() { |