Index: test/codegen/language/syncstar_yield_test.dart |
diff --git a/test/codegen/syncstar_yield_test.dart b/test/codegen/language/syncstar_yield_test.dart |
similarity index 97% |
rename from test/codegen/syncstar_yield_test.dart |
rename to test/codegen/language/syncstar_yield_test.dart |
index f2ad021f5377aab5a51723a3087a3443cc8c9794..08f5a891fe29698e2c0235507eff147d72c84505 100644 |
--- a/test/codegen/syncstar_yield_test.dart |
+++ b/test/codegen/language/syncstar_yield_test.dart |
@@ -4,7 +4,7 @@ |
// TODO(jmesserly): this is a copy of the language test of the same name, |
// we can remove this copy when we're running against those tests. |
-import "expect.dart"; |
+import "package:expect/expect.dart"; |
Iterable<int> foo1() sync* { |
yield 1; |