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

Unified Diff: pkg/dev_compiler/test/codegen_expected/es6_modules.js

Issue 2804113002: DDC fix for foreign futures (Closed)
Patch Set: Optimize Created 3 years, 8 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: pkg/dev_compiler/test/codegen_expected/es6_modules.js
diff --git a/pkg/dev_compiler/test/codegen_expected/es6_modules.js b/pkg/dev_compiler/test/codegen_expected/es6_modules.js
index c4cb433d1486875642a940ff288e7cfa0499f643..e7bae160b5fc114bc0ea78d6b4dbd43ac3049ede 100644
--- a/pkg/dev_compiler/test/codegen_expected/es6_modules.js
+++ b/pkg/dev_compiler/test/codegen_expected/es6_modules.js
@@ -50,4 +50,6 @@ dart.defineLazy(es6_modules, {
},
set lazyMutable(_) {}
});
-dart.trackLibraries("es6_modules", {"es6_modules.dart": es6_modules}, null);
+dart.trackLibraries("es6_modules", {
+ "es6_modules.dart": es6_modules
+}, null);
« no previous file with comments | « pkg/dev_compiler/test/codegen_expected/destructuring.js ('k') | pkg/dev_compiler/test/codegen_expected/map_keys.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698