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

Unified Diff: test/codegen_expected/lib/html/client_rect_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/lib/html/client_rect_test.js
diff --git a/test/codegen_expected/lib/html/client_rect_test.js b/test/codegen_expected/lib/html/client_rect_test.js
index 65c0c1fcfd34a5048a6976a26c698711a245b554..b069f16065f2b8feb1599c6dcef9c3fa8e89954f 100644
--- a/test/codegen_expected/lib/html/client_rect_test.js
+++ b/test/codegen_expected/lib/html/client_rect_test.js
@@ -16,6 +16,7 @@ dart_library.library('lib/html/client_rect_test', null, /* Imports */[
let RectangleOfnum = () => (RectangleOfnum = dart.constFn(math.Rectangle$(core.num)))();
let ListOfRectangleOfnum = () => (ListOfRectangleOfnum = dart.constFn(core.List$(RectangleOfnum())))();
let dynamicTobool = () => (dynamicTobool = dart.constFn(dart.definiteFunctionType(core.bool, [dart.dynamic])))();
+ let VoidToElement = () => (VoidToElement = dart.constFn(dart.definiteFunctionType(html.Element, [])))();
let VoidTodynamic = () => (VoidTodynamic = dart.constFn(dart.definiteFunctionType(dart.dynamic, [])))();
client_rect_test.main = function() {
let isRectList = src__matcher__core_matchers.predicate(dart.fn(x => ListOfRectangleOfnum().is(x), dynamicTobool()), 'is a List<Rectangle>');
@@ -25,7 +26,7 @@ dart_library.library('lib/html/client_rect_test', null, /* Imports */[
html.document[dartx.body][dartx.append](element);
return element;
}
- dart.fn(insertTestDiv, VoidTodynamic());
+ dart.fn(insertTestDiv, VoidToElement());
html_config.useHtmlConfiguration();
unittest$.test("ClientRectList test", dart.fn(() => {
insertTestDiv();
« no previous file with comments | « test/codegen_expected/language/type_propagation2_test.js ('k') | test/codegen_expected/lib/html/filteredelementlist_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698