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

Unified Diff: tests/compiler/dart2js_extra/switch_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/compiler/dart2js_extra/regress/4562_test.dart ('k') | tests/compiler/dart2js_extra/throw1_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js_extra/switch_test.dart
diff --git a/tests/compiler/dart2js_extra/switch_test.dart b/tests/compiler/dart2js_extra/switch_test.dart
index 5d251f984d528ea389543aae6622fb0c2b0fcb52..93bc2295c0df3b02754459bd6681e8e0d8b9eb26 100644
--- a/tests/compiler/dart2js_extra/switch_test.dart
+++ b/tests/compiler/dart2js_extra/switch_test.dart
@@ -63,9 +63,9 @@ badswitches(val) {
// 01 - a label/statement without a following case/default.
// 02 - a label without a following case/default or statement.
switch (val) {
- foo: break; // /// 01: compile-time error
- case 2: // /// 02: compile-time error
- foo: // /// 02: continued
+ foo: break; // //# 01: compile-time error
+ case 2: // //# 02: compile-time error
+ foo: // //# 02: continued
}
}
« no previous file with comments | « tests/compiler/dart2js_extra/regress/4562_test.dart ('k') | tests/compiler/dart2js_extra/throw1_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698