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

Unified Diff: testcases/strong-mode/call.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/call.baseline.txt
diff --git a/testcases/strong-mode/call.baseline.txt b/testcases/strong-mode/call.baseline.txt
index 5506d0ed6de322ed1ee0e52c8a0f81e2ea19480b..387757ec86fbd0d849de32e3331b60e31896f07f 100644
--- a/testcases/strong-mode/call.baseline.txt
+++ b/testcases/strong-mode/call.baseline.txt
@@ -1,3 +1,8 @@
+// Too few positional arguments (call.dart:30:17)
+// Too few positional arguments (call.dart:31:25)
+// Too few positional arguments (call.dart:35:17)
+// Too few positional arguments (call.dart:36:26)
+// Too few positional arguments (call.dart:37:31)
library;
import self as self;
import "dart:core" as core;

Powered by Google App Engine
This is Rietveld 408576698