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

Unified Diff: tests/language/vm/debug_break_enabled_vm_test.dart

Issue 2763823002: Move spaces from before comments to within comments (Closed)
Patch Set: Fix comments 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/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 4003e774737bd36444a68b4c6be1221aaecb5f7d..df915947e01d79a88c06511b065e4328bbf662cc 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
}
}

Powered by Google App Engine
This is Rietveld 408576698