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

Unified Diff: tools/testing/dart/lib/html_test.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/drt_updater.dart ('k') | tools/testing/dart/lib/http_server.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/lib/html_test.dart
diff --git a/tools/testing/dart/html_test.dart b/tools/testing/dart/lib/html_test.dart
similarity index 95%
rename from tools/testing/dart/html_test.dart
rename to tools/testing/dart/lib/html_test.dart
index 0f69eed460f813b130177bf2cea37df5bce32341..7bac6d1dda17fb8f32a7c1531bb53edcbc7d789f 100644
--- a/tools/testing/dart/html_test.dart
+++ b/tools/testing/dart/lib/html_test.dart
@@ -11,12 +11,12 @@
*/
library html_test;
-import "dart:convert";
-import "dart:io";
+import 'dart:convert';
+import 'dart:io';
-import "path.dart";
-import "test_suite.dart";
-import "utils.dart";
+import 'path.dart';
+import 'test_information.dart';
+import 'utils.dart';
RegExp htmlAnnotation =
new RegExp("START_HTML_DART_TEST([\\s\\S]*?)END_HTML_DART_TEST");
« no previous file with comments | « tools/testing/dart/lib/drt_updater.dart ('k') | tools/testing/dart/lib/http_server.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698