Chromium Code Reviews

Unified Diff: lib/src/runner/runner_test.dart

Issue 1704183002: pkg/test: cleanup imports (Closed) Base URL: https://github.com/dart-lang/test.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « lib/src/runner/runner_suite.dart ('k') | lib/src/runner/vm/catch_isolate_errors.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/runner/runner_test.dart
diff --git a/lib/src/runner/runner_test.dart b/lib/src/runner/runner_test.dart
index 07645ce6eaae988dfbd963af1cc9afe9259c90df..5f9526010bbfdd72a59cf909a2f0d8fd2b981a0e 100644
--- a/lib/src/runner/runner_test.dart
+++ b/lib/src/runner/runner_test.dart
@@ -13,8 +13,8 @@ import '../backend/state.dart';
import '../backend/suite.dart';
import '../backend/test.dart';
import '../backend/test_platform.dart';
-import '../utils.dart';
import '../util/remote_exception.dart';
+import '../utils.dart';
typedef StackTrace _MapTrace(StackTrace trace);
« no previous file with comments | « lib/src/runner/runner_suite.dart ('k') | lib/src/runner/vm/catch_isolate_errors.dart » ('j') | no next file with comments »

Powered by Google App Engine