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

Unified Diff: tests/language/try_catch_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/language/try_catch_test.dart
diff --git a/tests/language/try_catch_test.dart b/tests/language/try_catch_test.dart
index 0d35d28f834f564b01779bdd5ce30270b36b82fa..2b126e460da5366b142fee561a07c5f9551e2d99 100644
--- a/tests/language/try_catch_test.dart
+++ b/tests/language/try_catch_test.dart
@@ -168,7 +168,7 @@ class TryCatchTest {
} on String catch (e) {
// Compile-time constants in unreachable catch blocks are still
// compiled.
- const y = x[0]; // /// 01: compile-time error
+ const y = x[0]; // //# 01: compile-time error
Expect.fail("unreachable");
}
}
« no previous file with comments | « tests/language/try_catch_syntax_test.dart ('k') | tests/language/type_check_const_function_typedef2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698