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

Unified Diff: tests/compiler/dart2js_extra/throw2_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
Index: tests/compiler/dart2js_extra/throw2_test.dart
diff --git a/tests/compiler/dart2js_extra/throw2_test.dart b/tests/compiler/dart2js_extra/throw2_test.dart
index 90d1d5f82d50e95f55a1f82e8c62c816919afc14..350ec727603fc1e521412d5875198d599731e455 100644
--- a/tests/compiler/dart2js_extra/throw2_test.dart
+++ b/tests/compiler/dart2js_extra/throw2_test.dart
@@ -31,9 +31,9 @@ void nonThrow5() {
}
void main() {
- throw1(); // /// 01: runtime error
- throw2(); // /// 02: runtime error
- throw3(); // /// 03: runtime error
- throw4(); // /// 04: runtime error
+ throw1(); // //# 01: runtime error
+ throw2(); // //# 02: runtime error
+ throw3(); // //# 03: runtime error
+ throw4(); // //# 04: runtime error
nonThrow5();
}
« no previous file with comments | « tests/compiler/dart2js_extra/throw1_test.dart ('k') | tests/compiler/dart2js_extra/type_constant_switch_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698