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

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

Issue 1355893003: Rewire DDC to use the analyzer task model (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Fix for identifiers Created 5 years, 3 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/functions.js
diff --git a/test/codegen/expect/functions.js b/test/codegen/expect/functions.js
index 97b7b59024cc895fb114e8b7361e904b7b70923d..1ae9d6ba14a1603ae81e91c2a928dbc4609ca107 100644
--- a/test/codegen/expect/functions.js
+++ b/test/codegen/expect/functions.js
@@ -20,7 +20,7 @@ dart_library.library('functions', null, /* Imports */[
dart.fn(id, () => dart.definiteFunctionType(A2B$(Foo, Foo), [A2B$(Foo, Foo)]));
class Foo extends core.Object {}
function main() {
- core.print(bootstrap()[dartx.get](0));
+ dart.dcall(core.print, dart.dcall(bootstrap)[dartx.get](0));
}
dart.fn(main, dart.void, []);
// Exports:

Powered by Google App Engine
This is Rietveld 408576698