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

Unified Diff: test/codegen/language/syncstar_yieldstar_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
« no previous file with comments | « test/codegen/language/syncstar_yield_test.dart ('k') | test/codegen/syncstar_syntax.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/codegen/language/syncstar_yieldstar_test.dart
diff --git a/test/codegen/syncstar_yieldstar_test.dart b/test/codegen/language/syncstar_yieldstar_test.dart
similarity index 95%
rename from test/codegen/syncstar_yieldstar_test.dart
rename to test/codegen/language/syncstar_yieldstar_test.dart
index 008249d2b757256bf49f6911d611ae75c5b17fba..6a9ad921de1c71323fed92efed76f9298b1e20c9 100644
--- a/test/codegen/syncstar_yieldstar_test.dart
+++ b/test/codegen/language/syncstar_yieldstar_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";
bar() sync* {
int i = 1;
« no previous file with comments | « test/codegen/language/syncstar_yield_test.dart ('k') | test/codegen/syncstar_syntax.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698