Chromium Code Reviews| Index: tests/language/script_negative_test.dart |
| =================================================================== |
| --- tests/language/script_negative_test.dart (revision 15598) |
| +++ tests/language/script_negative_test.dart (working copy) |
| @@ -4,8 +4,8 @@ |
| // Imported library does not start with a library tag. |
| -#library("ScriptNegativeTest.dart"); |
| -#import("script_negative_lib.dart"); |
| +library ScriptNegativeTest.dart; |
| +import "script_negative_lib.dart"; |
| main() { |
| print("Should not reach here."); |