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

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

Issue 11359187: Allow tests to specify a package root. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Fix bug and add workaround 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') | dart/tools/make_links.py » ('J')
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 10c68fe004ade6d7ac3791ed28a5ea0d3872fb34..728ff7d7810437d96edaedeafd2885da257449b5 100644
--- a/dart/pkg/args/test/args_test.dart
+++ b/dart/pkg/args/test/args_test.dart
@@ -6,8 +6,7 @@ library args_test;
import '../../../pkg/unittest/lib/unittest.dart';
-// TODO(rnystrom): Use "package:" URL here when test.dart can handle pub.
-import '../lib/args.dart';
+import 'package:args/args.dart';
main() {
group('ArgParser.addFlag()', () {
« no previous file with comments | « dart/dart.gyp ('k') | dart/pkg/pkg.gyp » ('j') | dart/tools/make_links.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698