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

Unified Diff: dart/tests/language/script1_negative_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/script1_negative_lib.dart ('k') | dart/tests/language/script2_negative_lib.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/language/script1_negative_test.dart
diff --git a/dart/tests/language/script1_negative_test.dart b/dart/tests/language/script1_negative_test.dart
index a1b83592d2c126cb4cabd0a72d440ad4d7796187..c58fe9c5a7f4b9c25e062e1fad16eba93051c2f0 100644
--- a/dart/tests/language/script1_negative_test.dart
+++ b/dart/tests/language/script1_negative_test.dart
@@ -4,8 +4,8 @@
// Imported library has wrong order of import and source tags.
-library Script1NegativeTest;
-import "script1_negative_lib.dart";
+#library("Script1NegativeTest.dart");
+#import("script1_negative_lib.dart");
main() {
print("Should not reach here.");
« no previous file with comments | « dart/tests/language/script1_negative_lib.dart ('k') | dart/tests/language/script2_negative_lib.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698