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

Unified Diff: dart/tests/language/prefix11_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/prefix11_negative_test.dart ('k') | dart/tests/language/prefix12_negative_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/language/prefix11_test.dart
diff --git a/dart/tests/language/prefix11_test.dart b/dart/tests/language/prefix11_test.dart
index cc405ab32dbab73cd0b6555cc5143d02dfa2bec0..0016ef802aeed9b8c1ea2c5c1233404e81e49ce5 100644
--- a/dart/tests/language/prefix11_test.dart
+++ b/dart/tests/language/prefix11_test.dart
@@ -3,9 +3,9 @@
// BSD-style license that can be found in the LICENSE file.
//
-library Prefix11Test;
-import "library10.dart";
-import "library11.dart" as lib11;
+#library("Prefix11Test.dart");
+#import("library10.dart");
+#import("library11.dart", prefix : "lib11");
class Prefix11Test {
static Test1() {
« no previous file with comments | « dart/tests/language/prefix11_negative_test.dart ('k') | dart/tests/language/prefix12_negative_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698