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

Unified Diff: tests/compiler/dart2js_extra/label_test.dart

Issue 2763823002: Move spaces from before comments to within comments (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/compiler/dart2js_extra/label_test.dart
diff --git a/tests/compiler/dart2js_extra/label_test.dart b/tests/compiler/dart2js_extra/label_test.dart
index cced47e8dccd25f5ab5de6eea1b465c753d27390..1c4314c8dbfd0ba5074874181fbdb5bd48dcdf9f 100644
--- a/tests/compiler/dart2js_extra/label_test.dart
+++ b/tests/compiler/dart2js_extra/label_test.dart
@@ -33,10 +33,10 @@ wrongContinueLabel() {
// Labels are not captured by closures.
noncaptureLabel() {
- foo: { /// 07: compile-time error
+ foo: { // /// 07: compile-time error
(() { break foo; })(); /// 07: continued
sra1 2017/03/21 01:43:46 //
Jacob 2017/03/21 02:25:34 Done.
- break foo; /// 07: continued
- } /// 07: continued
+ break foo; // /// 07: continued
+ } // /// 07: continued
}
// Implicit break targets are not captured by closures.

Powered by Google App Engine
This is Rietveld 408576698