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

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

Issue 1757343002: upgrade to latest analyzer (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 10 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/expect/lib-typed_data-all.js ('k') | test/codegen/expect/node_modules.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/codegen/expect/names.js
diff --git a/test/codegen/expect/names.js b/test/codegen/expect/names.js
index ebe11deb99802745b52653c33ce1dabd1d6073ce..670c7f4beb3dd845e1bd4e440ccd73ba44656327 100644
--- a/test/codegen/expect/names.js
+++ b/test/codegen/expect/names.js
@@ -48,7 +48,7 @@ dart_library.library('names', null, /* Imports */[
core.print(exports.exports);
core.print(new Foo()[_foo$]());
core.print(_foo());
- core.print(new Frame.caller([1, 2, 3]));
+ core.print(new Frame.caller(dart.list([1, 2, 3], core.int)));
let eval$ = Frame.callee;
core.print(eval$);
core.print(dart.notNull(Frame2.caller) + dart.notNull(Frame2.arguments));
« no previous file with comments | « test/codegen/expect/lib-typed_data-all.js ('k') | test/codegen/expect/node_modules.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698