Chromium Code Reviews| Index: pkg/intl/example/basic/basic_example_runner.dart |
| =================================================================== |
| --- pkg/intl/example/basic/basic_example_runner.dart (revision 14362) |
| +++ pkg/intl/example/basic/basic_example_runner.dart (working copy) |
| @@ -7,7 +7,7 @@ |
| * that as a library that can also be run by tests. |
| */ |
| -#import('basic_example.dart'); |
| +import 'basic_example.dart'; |
| main() { |
| setup(runProgram, print); |