| Index: tests/language/script1_negative_test.dart
|
| ===================================================================
|
| --- tests/language/script1_negative_test.dart (revision 15598)
|
| +++ tests/language/script1_negative_test.dart (working copy)
|
| @@ -4,8 +4,8 @@
|
|
|
| // Imported library has wrong order of import and source tags.
|
|
|
| -#library("Script1NegativeTest.dart");
|
| -#import("script1_negative_lib.dart");
|
| +library Script1NegativeTest.dart;
|
| +import "script1_negative_lib.dart";
|
|
|
| main() {
|
| print("Should not reach here.");
|
|
|