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

Unified Diff: tests/compiler/dart2js_extra/type_constant_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/throw2_test.dart ('k') | tests/compiler/dart2js_extra/variable_type_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js_extra/type_constant_switch_test.dart
diff --git a/tests/compiler/dart2js_extra/type_constant_switch_test.dart b/tests/compiler/dart2js_extra/type_constant_switch_test.dart
index b97bb2c9285c8844d00f818270e86f3056c4e349..875c9d8b8b1fa620e4546a71205cdda42c24db3f 100644
--- a/tests/compiler/dart2js_extra/type_constant_switch_test.dart
+++ b/tests/compiler/dart2js_extra/type_constant_switch_test.dart
@@ -11,6 +11,6 @@ var v;
main() {
switch (v) {
- case C: break; // /// 01: compile-time error
+ case C: break; // //# 01: compile-time error
}
}
« no previous file with comments | « tests/compiler/dart2js_extra/throw2_test.dart ('k') | tests/compiler/dart2js_extra/variable_type_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698