| Index: dart/tests/language/hello_script_test.dart
|
| diff --git a/dart/tests/language/hello_script_test.dart b/dart/tests/language/hello_script_test.dart
|
| index 5160973705c0382990bda0e00ffd583053619165..87b99aa10c38694d9bb7be7b1316592cce6b67ef 100644
|
| --- a/dart/tests/language/hello_script_test.dart
|
| +++ b/dart/tests/language/hello_script_test.dart
|
| @@ -6,8 +6,8 @@
|
| // Testing a simple script importing a library.
|
| // This file contains the script (aka root library).
|
|
|
| -library HelloScriptTest;
|
| -import "hello_script_lib.dart";
|
| +#library("HelloScriptTest.dart");
|
| +#import("hello_script_lib.dart");
|
|
|
| main() {
|
| HelloLib.doTest();
|
|
|