Chromium Code Reviews

Unified Diff: test/loader_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.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « test/invoker_test.dart ('k') | test/runner_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/loader_test.dart
diff --git a/test/loader_test.dart b/test/loader_test.dart
index 9ef3f6e33082c7c93d0b24ff9fafa4136f882e72..1ee692d0b6b066bd2d9a11b6d2ab09368e4ef3ac 100644
--- a/test/loader_test.dart
+++ b/test/loader_test.dart
@@ -5,8 +5,8 @@
import 'dart:io';
import 'package:path/path.dart' as p;
-import 'package:unittest/src/loader.dart';
-import 'package:unittest/src/state.dart';
+import 'package:unittest/src/backend/state.dart';
+import 'package:unittest/src/runner/loader.dart';
import 'package:unittest/unittest.dart';
import 'io.dart';
« no previous file with comments | « test/invoker_test.dart ('k') | test/runner_test.dart » ('j') | no next file with comments »

Powered by Google App Engine