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

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

Issue 1007313003: Move sunflower to a new directory, make final tweaks to make it all work. (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 9 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/codegen/expect/sunflower.js ('k') | test/codegen/expect/sunflower/dom.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/codegen/expect/sunflower.txt
diff --git a/test/codegen/expect/sunflower.txt b/test/codegen/expect/sunflower.txt
deleted file mode 100644
index fad330a131293f15a943ae95ce7eb21fa0ad7819..0000000000000000000000000000000000000000
--- a/test/codegen/expect/sunflower.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-// Messages from compiling sunflower.dart
-info: line 20, column 29 of test/codegen/sunflower.dart: [DownCast] querySelector("#slider") (Element) will need runtime check to cast to type InputElement
-final InputElement slider = querySelector("#slider");
- ^^^^^^^^^^^^^^^^^^^^^^^^
-info: line 25, column 5 of test/codegen/sunflower.dart: [DownCast] (querySelector("#canvas") as CanvasElement).getContext('2d') (RenderingContext) will need runtime check to cast to type CanvasRenderingContext2D
- (querySelector("#canvas") as CanvasElement).getContext('2d');
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
« no previous file with comments | « test/codegen/expect/sunflower.js ('k') | test/codegen/expect/sunflower/dom.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698