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

Unified Diff: tests/language/regress_24935_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/regress_23500_test.dart ('k') | tests/language/regress_26855_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/regress_24935_test.dart
diff --git a/tests/language/regress_24935_test.dart b/tests/language/regress_24935_test.dart
index 53f6f491cbebe87bbca045bc75b9612a76f13c23..22ead9e491fd7329771ac801aceadb4c7656fe90 100644
--- a/tests/language/regress_24935_test.dart
+++ b/tests/language/regress_24935_test.dart
@@ -18,7 +18,7 @@ Future main() async {
// after breaking out of the innermost loop does not
// crash the VM. In other words, the expected test
// outcome is an unhandled exception.
- throw "ball"; /// 01: runtime error
+ throw "ball"; //# 01: runtime error
}
« no previous file with comments | « tests/language/regress_23500_test.dart ('k') | tests/language/regress_26855_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698