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

Unified Diff: test/engine_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 | « test/declarer_test.dart ('k') | test/expect_async_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/engine_test.dart
diff --git a/test/engine_test.dart b/test/engine_test.dart
index 91a7c184a41649cf022abc64a0cc36188e0c8770..76f76e2025be74415f7a60fb3f4743d00bc018b7 100644
--- a/test/engine_test.dart
+++ b/test/engine_test.dart
@@ -2,10 +2,10 @@
// 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 'package:unittest/src/declarer.dart';
-import 'package:unittest/src/engine.dart';
-import 'package:unittest/src/state.dart';
-import 'package:unittest/src/suite.dart';
+import 'package:unittest/src/backend/declarer.dart';
+import 'package:unittest/src/backend/state.dart';
+import 'package:unittest/src/backend/suite.dart';
+import 'package:unittest/src/runner/engine.dart';
import 'package:unittest/unittest.dart';
void main() {
« no previous file with comments | « test/declarer_test.dart ('k') | test/expect_async_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698