Chromium Code Reviews

Unified Diff: test/codegen/expect/sunflower/sunflower.txt

Issue 1235503010: fixes #219, able to compile multiple entry points (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: workaround tree mutation Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: test/codegen/expect/sunflower/sunflower.txt
diff --git a/test/codegen/expect/sunflower/sunflower.txt b/test/codegen/expect/sunflower/sunflower.txt
index 32d1a31b65216a8d1b8b02f9e973c1a3f86dd253..250a153de37cde988578fc58506d3c0a926c596b 100644
--- a/test/codegen/expect/sunflower/sunflower.txt
+++ b/test/codegen/expect/sunflower/sunflower.txt
@@ -1,4 +1,2 @@
// Messages from compiling sunflower.html
-info: line 29, column 37 of test/codegen/sunflower/sunflower.dart: [InferredTypeClosure] (e) => draw() has inferred type (Event) → void
- slider.addEventListener('change', (e) => draw());
- ^^^^^^^^^^^^^
+info: [InferredTypeClosure] (e) => draw() has inferred type (Event) → void (test/codegen/sunflower/sunflower.dart, line 29, col 37)

Powered by Google App Engine