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

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

Issue 955543002: Move a bunch of src/ files into subdirectories. (Closed) Base URL: git@github.com:dart-lang/unittest@master
Patch Set: Fix library tags Created 5 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/runner/engine.dart ('k') | lib/src/runner/load_exception.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/runner/isolate_test.dart
diff --git a/lib/src/isolate_test.dart b/lib/src/runner/isolate_test.dart
similarity index 85%
rename from lib/src/isolate_test.dart
rename to lib/src/runner/isolate_test.dart
index 30cbfc36e7236600f453a8eb74b7792616b9fcb4..7914ca75732b42a4fcf7ee656620515be7bed0a5 100644
--- a/lib/src/isolate_test.dart
+++ b/lib/src/runner/isolate_test.dart
@@ -2,16 +2,16 @@
// 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.
-library unittest.isolate_test;
+library unittest.runner.isolate_test;
import 'dart:isolate';
-import 'live_test.dart';
-import 'live_test_controller.dart';
-import 'remote_exception.dart';
-import 'state.dart';
-import 'suite.dart';
-import 'test.dart';
+import '../backend/live_test.dart';
+import '../backend/live_test_controller.dart';
+import '../backend/state.dart';
+import '../backend/suite.dart';
+import '../backend/test.dart';
+import '../util/remote_exception.dart';
/// A test in another isolate.
class IsolateTest implements Test {
« no previous file with comments | « lib/src/runner/engine.dart ('k') | lib/src/runner/load_exception.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698