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

Unified Diff: testcases/strong-mode/escape.baseline.txt

Issue 2465893002: Add strong mode type checking pass. (Closed)
Patch Set: Update test expectations Created 4 years, 1 month 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: testcases/strong-mode/escape.baseline.txt
diff --git a/testcases/strong-mode/escape.baseline.txt b/testcases/strong-mode/escape.baseline.txt
index fd61f99e539780ece87c43bfdf2343743e04ab3c..83fa21a595bed78d57c3711131faf7ec1022210e 100644
--- a/testcases/strong-mode/escape.baseline.txt
+++ b/testcases/strong-mode/escape.baseline.txt
@@ -1,3 +1,5 @@
+// dynamic is not a subtype of dart.core::bool (escape.dart:25:2)
+// dynamic is not a subtype of dart.core::bool (escape.dart:26:2)
library;
import self as self;
import "dart:core" as core;

Powered by Google App Engine
This is Rietveld 408576698