Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(29)

Unified Diff: dart/tests/language/hello_script_test.dart

Issue 11233061: Revert "Parts must start with 'part of'" and "Attempt to fix VM build" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « dart/tests/language/hello_script_lib_source.dart ('k') | dart/tests/language/illegal_invocation_lib.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « dart/tests/language/hello_script_lib_source.dart ('k') | dart/tests/language/illegal_invocation_lib.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698