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

Unified Diff: dart/tests/standalone/package/package1_test.dart

Issue 11359187: Allow tests to specify a package root. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 1 month 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/standalone/package/package1_test.dart
diff --git a/dart/tests/standalone/package/package1_test.dart b/dart/tests/standalone/package/package1_test.dart
index f449868e7aa54493db3e5579d8fb68ab5810852b..b331d1c8672ac4dc4bed83557d689472a1963c3a 100644
--- a/dart/tests/standalone/package/package1_test.dart
+++ b/dart/tests/standalone/package/package1_test.dart
@@ -2,5 +2,7 @@
// 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.
+// PackageRoot=none
+
#library('package1_test.dart');
#import('package:package1.dart');

Powered by Google App Engine
This is Rietveld 408576698