Chromium Code Reviews

Unified Diff: test/frontend/expect_async_test.dart

Issue 979523002: Move more files around. (Closed) Base URL: git@github.com:dart-lang/unittest@master
Patch Set: 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/expect_async_test.dart ('k') | test/frontend/matcher/completion_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/frontend/expect_async_test.dart
diff --git a/test/expect_async_test.dart b/test/frontend/expect_async_test.dart
similarity index 99%
rename from test/expect_async_test.dart
rename to test/frontend/expect_async_test.dart
index 13567655c3def329f834bda98d02c57964a3ee2b..8666f5136f615fc380b026fef5911339a1ea8b8d 100644
--- a/test/expect_async_test.dart
+++ b/test/frontend/expect_async_test.dart
@@ -5,7 +5,7 @@
import 'package:unittest/src/backend/state.dart';
import 'package:unittest/unittest.dart';
-import 'utils.dart';
+import '../utils.dart';
void main() {
group("supports a function with this many arguments:", () {
« no previous file with comments | « test/expect_async_test.dart ('k') | test/frontend/matcher/completion_test.dart » ('j') | no next file with comments »

Powered by Google App Engine