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

Unified Diff: dart/tests/language/prefix23_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/prefix22_test.dart ('k') | dart/tests/language/prefix2_negative_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/language/prefix23_test.dart
diff --git a/dart/tests/language/prefix23_test.dart b/dart/tests/language/prefix23_test.dart
index 37c326b9606a9c67e558a0f46e4e5f3e4da3f9af..50e065967cf3dc400b8001f8559c62a803307aa2 100644
--- a/dart/tests/language/prefix23_test.dart
+++ b/dart/tests/language/prefix23_test.dart
@@ -5,8 +5,8 @@
// Unresolved symbols should be reported as an static type warnings.
// This should not prevent execution.
-library Prefix23Test;
-import "library12.dart" as lib12;
+#library("Prefix23Test.dart");
+#import("library12.dart", prefix:"lib12");
class myClass {
lib12.Library13 fld; /// static type warning
« no previous file with comments | « dart/tests/language/prefix22_test.dart ('k') | dart/tests/language/prefix2_negative_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698