Chromium Code Reviews

Unified Diff: lib/src/runner/vm/catch_isolate_errors.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_test.dart ('k') | test/backend/metadata_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/runner/vm/catch_isolate_errors.dart
diff --git a/lib/src/runner/vm/catch_isolate_errors.dart b/lib/src/runner/vm/catch_isolate_errors.dart
index c42719726243b1437b1086e3bedbc88ab0672eb5..90630cc8263137b86a9c24dc2cec9a8ab82af53b 100644
--- a/lib/src/runner/vm/catch_isolate_errors.dart
+++ b/lib/src/runner/vm/catch_isolate_errors.dart
@@ -2,8 +2,8 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-import 'dart:isolate';
import 'dart:async';
+import 'dart:isolate';
import 'package:stack_trace/stack_trace.dart';
« no previous file with comments | « lib/src/runner/runner_test.dart ('k') | test/backend/metadata_test.dart » ('j') | no next file with comments »

Powered by Google App Engine