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

Unified Diff: dart/tools/test-runtime.dart

Issue 12517006: Added missing import statement to tools/test-runtime.dart (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tools/test-runtime.dart
diff --git a/dart/tools/test-runtime.dart b/dart/tools/test-runtime.dart
index 6e348c1ab4488fb62dbd033820c6c26f1b562213..77c41d6f6e1df444a49e874275cd8f4684ae4dcc 100755
--- a/dart/tools/test-runtime.dart
+++ b/dart/tools/test-runtime.dart
@@ -16,6 +16,7 @@
#import("testing/dart/test_suite.dart");
#import("testing/dart/http_server.dart");
#import("testing/dart/utils.dart");
+import "testing/dart/test_progress.dart";
ricow1 2013/03/13 16:37:50 if anybody cares, the rest of these lines are alre
#import("../tests/co19/test_config.dart");
#import("../runtime/tests/vm/test_config.dart");
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698