Index: tests/language/hello_script_lib.dart |
=================================================================== |
--- tests/language/hello_script_lib.dart (revision 15598) |
+++ tests/language/hello_script_lib.dart (working copy) |
@@ -5,8 +5,8 @@ |
// Testing a simple script importing a library. |
// This file contains the library. |
-#library("HelloScriptLib"); |
-#source("hello_script_lib_source.dart"); |
+library HelloScriptLib; |
+part "hello_script_lib_source.dart"; |
class HelloLib { |