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

Unified Diff: dart/tests/language/prefix10_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/prefix10_negative_test.dart ('k') | dart/tests/language/prefix11_negative_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/language/prefix10_test.dart
diff --git a/dart/tests/language/prefix10_test.dart b/dart/tests/language/prefix10_test.dart
index e9b3b5a983fc4dc8bf61ff22489ff9c51045d8b0..314be10e2d5c20e43eb75edf2429e68802e95af8 100644
--- a/dart/tests/language/prefix10_test.dart
+++ b/dart/tests/language/prefix10_test.dart
@@ -2,9 +2,9 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-library Prefix10Test;
-import "library10.dart" as lib10;
-import "library11.dart" as lib11;
+#library("Prefix10Test.dart");
+#import("library10.dart", prefix : "lib10");
+#import("library11.dart", prefix : "lib11");
class Prefix10Test {
static Test1() {
« no previous file with comments | « dart/tests/language/prefix10_negative_test.dart ('k') | dart/tests/language/prefix11_negative_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698