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

Unified Diff: tests/language/vm/debug_break_enabled_vm_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/variable_declaration_metadata_test.dart ('k') | tests/language/vm/debug_break_vm_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/vm/debug_break_enabled_vm_test.dart
diff --git a/tests/language/vm/debug_break_enabled_vm_test.dart b/tests/language/vm/debug_break_enabled_vm_test.dart
index df915947e01d79a88c06511b065e4328bbf662cc..a0e0c59a0c89f9518fbe7caa29f445933e5512a0 100644
--- a/tests/language/vm/debug_break_enabled_vm_test.dart
+++ b/tests/language/vm/debug_break_enabled_vm_test.dart
@@ -12,7 +12,7 @@ test(i) {
// "crash" is not an allowed outcome specifier.
// Use "ok" instead and mark the status file with "Crash, OK".
if (i == 18) {
- break "hit"; // /// 01: ok
+ break "hit"; // //# 01: ok
}
}
« no previous file with comments | « tests/language/variable_declaration_metadata_test.dart ('k') | tests/language/vm/debug_break_vm_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698