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

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

Issue 1195523002: Handle dynamic as bottom inside of function type reps (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Fix typo in comment Created 5 years, 6 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/browser/runtime_tests.js ('k') | test/codegen/expect/DeltaBlue.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/codegen/expect/BenchmarkBase.js
diff --git a/test/codegen/expect/BenchmarkBase.js b/test/codegen/expect/BenchmarkBase.js
index 9b1d549ffdebec3a4b3a133a4cdd11b350b45ba3..b09db0d692944b82623da765044624a3c694a377 100644
--- a/test/codegen/expect/BenchmarkBase.js
+++ b/test/codegen/expect/BenchmarkBase.js
@@ -24,9 +24,9 @@ dart_library.library('BenchmarkBase', null, /* Imports */[
}
}
dart.setSignature(Expect, {
- methods: () => ({fail: [core.Object, [core.Object]]}),
+ methods: () => ({fail: [dart.dynamic, [dart.dynamic]]}),
statics: () => ({
- equals: [dart.void, [core.Object, core.Object]],
+ equals: [dart.void, [dart.dynamic, dart.dynamic]],
listEquals: [dart.void, [core.List, core.List]]
}),
names: ['equals', 'listEquals']
« no previous file with comments | « test/browser/runtime_tests.js ('k') | test/codegen/expect/DeltaBlue.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698