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

Unified Diff: lib/src/backend/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. 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 | « lib/src/backend/suite.dart ('k') | lib/src/runner/configuration.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/backend/test.dart
diff --git a/lib/src/backend/test.dart b/lib/src/backend/test.dart
index 21224a77525c2565677bd9bab7dc5f8cffa6d72b..5d3ac5372e88611e3a6fd4e4107d39697b616b60 100644
--- a/lib/src/backend/test.dart
+++ b/lib/src/backend/test.dart
@@ -3,11 +3,11 @@
// BSD-style license that can be found in the LICENSE file.
import 'group.dart';
+import 'group_entry.dart';
import 'live_test.dart';
import 'metadata.dart';
import 'operating_system.dart';
import 'suite.dart';
-import 'group_entry.dart';
import 'test_platform.dart';
/// A single test.
« no previous file with comments | « lib/src/backend/suite.dart ('k') | lib/src/runner/configuration.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698