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

Unified Diff: tools/testing/dart/lib/multitest.dart

Issue 841193003: cleanup to tools/testing/dart (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: one last bit Created 5 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/lib/launch_browser.dart ('k') | tools/testing/dart/lib/path.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/lib/multitest.dart
diff --git a/tools/testing/dart/multitest.dart b/tools/testing/dart/lib/multitest.dart
similarity index 99%
rename from tools/testing/dart/multitest.dart
rename to tools/testing/dart/lib/multitest.dart
index 3aed790d6fc096cfb39cfdfac36b5dc026574772..d5601e25047bbc3a2c9d4eca7de77754c225ad81 100644
--- a/tools/testing/dart/multitest.dart
+++ b/tools/testing/dart/lib/multitest.dart
@@ -4,12 +4,12 @@
library multitest;
-import "dart:async";
-import "dart:io";
+import 'dart:async';
+import 'dart:io';
-import "path.dart";
-import "test_suite.dart";
-import "utils.dart";
+import 'path.dart';
+import 'test_utils.dart';
+import 'utils.dart';
// Multitests are Dart test scripts containing lines of the form
// " [some dart code] /// [key]: [error type]"
« no previous file with comments | « tools/testing/dart/lib/launch_browser.dart ('k') | tools/testing/dart/lib/path.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698