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

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

Issue 973433003: Initial cut for a development server (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 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
Index: test/codegen/expect/async/async.js
diff --git a/test/codegen/expect/async/async.js b/test/codegen/expect/async/async.js
index 8c051e59ea3b64f580e3c0f3660a5aac39d5dd32..195e83669d558efd911ee91a4d0860e3c59bc9d1 100644
--- a/test/codegen/expect/async/async.js
+++ b/test/codegen/expect/async/async.js
@@ -3764,7 +3764,7 @@ var async;
get _SENTINEL() {
return new core.Object();
},
- set _SENTINEL() {}
+ set _SENTINEL(_) {}
});
return _DistinctStream;
});
@@ -4715,7 +4715,7 @@ var async;
get _rootMap() {
return new collection.HashMap();
},
- set _rootMap() {}
+ set _rootMap(_) {}
});
let _ROOT_ZONE = new _RootZone();
// Function runZoned: (() → dynamic, {zoneValues: Map<dynamic, dynamic>, zoneSpecification: ZoneSpecification, onError: Function}) → dynamic

Powered by Google App Engine
This is Rietveld 408576698