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

Unified Diff: dart/pkg/args/test/args_test.dart

Issue 11414055: Revert "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
« no previous file with comments | « dart/dart.gyp ('k') | dart/pkg/pkg.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/pkg/args/test/args_test.dart
diff --git a/dart/pkg/args/test/args_test.dart b/dart/pkg/args/test/args_test.dart
index 728ff7d7810437d96edaedeafd2885da257449b5..10c68fe004ade6d7ac3791ed28a5ea0d3872fb34 100644
--- a/dart/pkg/args/test/args_test.dart
+++ b/dart/pkg/args/test/args_test.dart
@@ -6,7 +6,8 @@ library args_test;
import '../../../pkg/unittest/lib/unittest.dart';
-import 'package:args/args.dart';
+// TODO(rnystrom): Use "package:" URL here when test.dart can handle pub.
+import '../lib/args.dart';
main() {
group('ArgParser.addFlag()', () {
« no previous file with comments | « dart/dart.gyp ('k') | dart/pkg/pkg.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698