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

Unified Diff: tests/standalone/io/status_file_parser_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
Index: tests/standalone/io/status_file_parser_test.dart
diff --git a/tests/standalone/io/status_file_parser_test.dart b/tests/standalone/io/status_file_parser_test.dart
index 547a54c9e54233f7c899460a5288b41988c0dc6a..a9e104f868618e2db3b3ea6aafd874dac0a1b029 100644
--- a/tests/standalone/io/status_file_parser_test.dart
+++ b/tests/standalone/io/status_file_parser_test.dart
@@ -4,11 +4,12 @@
library StatusFileParserTest;
-import "package:expect/expect.dart";
import "dart:io";
-import "../../../tools/testing/dart/path.dart";
-import "../../../tools/testing/dart/status_file_parser.dart";
-import "../../../tools/testing/dart/utils.dart";
+
+import "package:expect/expect.dart";
+
+import "../../../tools/testing/dart/lib/path.dart";
+import "../../../tools/testing/dart/lib/status_file_parser.dart";
void main() {
« no previous file with comments | « tests/standalone/io/skipping_dart2js_compilations_test.dart ('k') | tests/standalone/io/test_harness_analyzer_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698