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

Unified Diff: tests/language/cascade_test.dart

Issue 2765893003: Fix warnings_checker.dart handling of multitests (Closed)
Patch Set: Created 3 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 | « tests/language/callable_test.dart ('k') | tests/language/cast2_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/cascade_test.dart
diff --git a/tests/language/cascade_test.dart b/tests/language/cascade_test.dart
index 7600e1c333c321d9aa328dcce821c7ac65345c3b..e9bc29d5068b703c28a6c6ca7f49fbffa5e59bc6 100644
--- a/tests/language/cascade_test.dart
+++ b/tests/language/cascade_test.dart
@@ -65,7 +65,7 @@ main() {
..import()..check(4, 7)
..["swap"]()()()..check(7, 4);
a.check(7,4);
- a..(42); // /// 01: compile-time error
- a..37; // /// 02: compile-time error
- a.."foo"; // /// 03: compile-time error
+ a..(42); // //# 01: compile-time error
+ a..37; // //# 02: compile-time error
+ a.."foo"; // //# 03: compile-time error
}
« no previous file with comments | « tests/language/callable_test.dart ('k') | tests/language/cast2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698