| Index: dart/tests/language/hello_script_lib.dart
|
| diff --git a/dart/tests/language/hello_script_lib.dart b/dart/tests/language/hello_script_lib.dart
|
| index 95ed82edda3c237b44e8c8f8bb82be456512c9a6..2c7ecdb60df6a78065a28c19f1b5ccc53a52e8f0 100644
|
| --- a/dart/tests/language/hello_script_lib.dart
|
| +++ b/dart/tests/language/hello_script_lib.dart
|
| @@ -5,8 +5,8 @@
|
| // Testing a simple script importing a library.
|
| // This file contains the library.
|
|
|
| -library HelloScriptLib;
|
| -part "hello_script_lib_source.dart";
|
| +#library("HelloScriptLib");
|
| +#source("hello_script_lib_source.dart");
|
|
|
| class HelloLib {
|
|
|
|
|