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

Unified Diff: test/codegen_expected/language/type_propagation2_test.js

Issue 2214263005: Mark recursive_inheritance_test as passing (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Bumped pubspec Created 4 years, 4 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_expected/language/type_propagation2_test.js
diff --git a/test/codegen_expected/language/type_propagation2_test.js b/test/codegen_expected/language/type_propagation2_test.js
index a70bda0aeff38d29f30d38f6c78a8953bd987a2b..93f669536139f055709cc1902be7d846a9fe958c 100644
--- a/test/codegen_expected/language/type_propagation2_test.js
+++ b/test/codegen_expected/language/type_propagation2_test.js
@@ -16,8 +16,8 @@ dart_library.library('language/type_propagation2_test', null, /* Imports */[
type_propagation2_test.main = function() {
let d = new type_propagation2_test.Bar();
while (false) {
- let input = dart.dcall(dart.fn(x => {
- }, dynamicTodynamic()), null);
+ let input = dart.fn(x => {
+ }, dynamicTodynamic())(null);
let p2 = dart.dsend(dart.dload(input, 'keys'), 'firstWhere', null);
let a2 = dart.dsend(dart.dload(input, 'keys'), 'firstWhere', null);
core.print(dart.equals(dart.dindex(input, a2), p2));
« no previous file with comments | « test/codegen_expected/language/syncstar_less_than_test.js ('k') | test/codegen_expected/lib/html/client_rect_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698