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

Unified Diff: test/codegen/language/syncstar_yield_test.dart

Issue 1243503007: fixes #221, initial sync*, async, async* implementation (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 5 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
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;
« no previous file with comments | « test/codegen/language/asyncstar_yieldstar_test.dart ('k') | test/codegen/language/syncstar_yieldstar_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698