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

Unified Diff: tools/testing/dart/test_suite.dart

Issue 11931025: Unbreak local browser testing. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 11 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 | « tools/testing/dart/temp_package_root/path/path.dart ('k') | tools/testing/dart/vendored_pkg/README.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/test_suite.dart
diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart
index ff466f686ec3280d4c722271a6a75d894825a5c3..e5f33ea2685468acf4e28cf95c369b510fb244b9 100644
--- a/tools/testing/dart/test_suite.dart
+++ b/tools/testing/dart/test_suite.dart
@@ -25,7 +25,7 @@ import "test_runner.dart";
import "utils.dart";
// TODO(efortuna,whess): Remove this import.
-import 'temp_package_root/path/path.dart' as pathLib;
+import 'vendored_pkg/path/path.dart' as pathLib;
part "browser_test.dart";
« no previous file with comments | « tools/testing/dart/temp_package_root/path/path.dart ('k') | tools/testing/dart/vendored_pkg/README.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698