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

Unified Diff: test/codegen_expected/language/local_function_non_equal_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/local_function_non_equal_test.js
diff --git a/test/codegen_expected/language/local_function_non_equal_test.js b/test/codegen_expected/language/local_function_non_equal_test.js
index 16cc0815f71be83fec00ef094276c112d3e0bb5f..67e52e2eed358c1dff0d1f2aaa5cbb0c5a5b2d21 100644
--- a/test/codegen_expected/language/local_function_non_equal_test.js
+++ b/test/codegen_expected/language/local_function_non_equal_test.js
@@ -23,7 +23,7 @@ dart_library.library('language/local_function_non_equal_test', null, /* Imports
function c() {
return 68;
}
- dart.fn(c, VoidTodynamic());
+ dart.fn(c, VoidToint());
return c;
};
dart.fn(local_function_non_equal_test.baz, VoidTodynamic());
« no previous file with comments | « test/codegen_expected/language/issue_23914_test.js ('k') | test/codegen_expected/language/mint_arithmetic_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698