| Index: tests/language/hello_script_test.dart
|
| ===================================================================
|
| --- tests/language/hello_script_test.dart (revision 15598)
|
| +++ tests/language/hello_script_test.dart (working copy)
|
| @@ -6,8 +6,8 @@
|
| // Testing a simple script importing a library.
|
| // This file contains the script (aka root library).
|
|
|
| -#library("HelloScriptTest.dart");
|
| -#import("hello_script_lib.dart");
|
| +library HelloScriptTest.dart;
|
| +import "hello_script_lib.dart";
|
|
|
| main() {
|
| HelloLib.doTest();
|
|
|