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

Unified Diff: dart/tests/language/hello_script_lib.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
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 {
« no previous file with comments | « dart/tests/language/getter_setter_in_lib_test.dart ('k') | dart/tests/language/hello_script_lib_source.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698