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

Unified Diff: test/codegen/expect/expect/expect.js

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/expect/expect/expect.js
diff --git a/test/codegen/expect/expect.js b/test/codegen/expect/expect/expect.js
similarity index 99%
copy from test/codegen/expect/expect.js
copy to test/codegen/expect/expect/expect.js
index 646dab122143ce87f6696f32b94d445d70b475db..076587878225926b0eb5a445cf848b3901efbe9c 100644
--- a/test/codegen/expect/expect.js
+++ b/test/codegen/expect/expect/expect.js
@@ -1,4 +1,4 @@
-dart_library.library('expect', null, /* Imports */[
+dart_library.library('expect/expect', null, /* Imports */[
"dart_runtime/dart",
'dart/core'
], /* Lazy imports */[

Powered by Google App Engine
This is Rietveld 408576698