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

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

Issue 11961017: Make test.dart self-contained again. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
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
Index: dart/tools/testing/dart/test_suite.dart
diff --git a/dart/tools/testing/dart/test_suite.dart b/dart/tools/testing/dart/test_suite.dart
index c16dfaf4860daccee92574283165b0a671ea6e42..f030cb81f2c313d2862b499ec7e187c42ff09d5e 100644
--- a/dart/tools/testing/dart/test_suite.dart
+++ b/dart/tools/testing/dart/test_suite.dart
@@ -23,7 +23,9 @@ import "multitest.dart";
import "status_file_parser.dart";
import "test_runner.dart";
import "utils.dart";
-import '../../../pkg/path/lib/path.dart' as pathLib;
+
+// TODO(efortuna,whess): Remove this import.
Jennifer Messerly 2013/01/16 19:34:00 You should not add a TODO with someone else's name
+import 'temp_package_root/path/path.dart' as pathLib;
part "browser_test.dart";

Powered by Google App Engine
This is Rietveld 408576698