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

Unified Diff: tests/language_strong/label6_negative_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_strong/label6_negative_test.dart
diff --git a/tests/language_strong/label6_negative_test.dart b/tests/language_strong/label6_negative_test.dart
index 661497cd2e05ce334d35e5df8d96aa594d264730..5d4f10f3213f99f0752bb549eac70663b0f1da95 100644
--- a/tests/language_strong/label6_negative_test.dart
+++ b/tests/language_strong/label6_negative_test.dart
@@ -7,7 +7,7 @@
class Label6NegativeTest {
static testMain() {
L: while (false) {
- break; // ok;
+ break; // ok;
break L; // ok
sra1 2017/03/21 03:28:14 fix
void innerfunc() {
if (true) break L; // Illegal: jump target is outside of function

Powered by Google App Engine
This is Rietveld 408576698