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

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

Issue 1148333003: No dynamic at runtime (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Address comments Created 5 years, 7 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/DeltaBlue.js
diff --git a/test/codegen/expect/DeltaBlue.js b/test/codegen/expect/DeltaBlue.js
index 2f97aab2a9ee69f21a43611d3b195f1179958239..2b6a195ea423b1660a9e4b269048002dd435c032 100644
--- a/test/codegen/expect/DeltaBlue.js
+++ b/test/codegen/expect/DeltaBlue.js
@@ -93,7 +93,7 @@ var core = dart.import(core);
dart.setSignature(Constraint, {
methods: () => ({
addConstraint: [dart.void, []],
- satisfy: [Constraint, [dart.dynamic]],
+ satisfy: [Constraint, [core.Object]],
destroyConstraint: [dart.void, []],
isInput: [core.bool, []]
})

Powered by Google App Engine
This is Rietveld 408576698