Chromium Code Reviews| Index: tests/language/prefix1_negative_test.dart |
| =================================================================== |
| --- tests/language/prefix1_negative_test.dart (revision 15598) |
| +++ tests/language/prefix1_negative_test.dart (working copy) |
| @@ -3,8 +3,8 @@ |
| // BSD-style license that can be found in the LICENSE file. |
| // |
| -#library("Prefix1NegativeTest.dart"); |
| -#import("library1.dart"); |
| +library Prefix1NegativeTest.dart; |
| +import "library1.dart"; |
| class Prefix1NegativeTest { |
| static Main() { |