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

Unified Diff: tests/compiler/dart2js_extra/23486_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/compiler/dart2js_extra/23486_test.dart
diff --git a/tests/compiler/dart2js_extra/23486_test.dart b/tests/compiler/dart2js_extra/23486_test.dart
index 41fcf2d4b8b60793fd7369a8a3bc8c4d276fdcba..bba85b64f7244c4cbcd0da11b0e13e0e41a69c00 100644
--- a/tests/compiler/dart2js_extra/23486_test.dart
+++ b/tests/compiler/dart2js_extra/23486_test.dart
@@ -31,8 +31,8 @@ class D extends C {
}
main() {
- Expect.throws(new A().m); /// 01: continued
+ Expect.throws(new A().m); // /// 01: continued
Expect.throws(() => new D.name()); /// 02: continued
- Expect.throws(() => (p).x); /// 03: compile-time error
+ Expect.throws(() => (p).x); // /// 03: compile-time error
}

Powered by Google App Engine
This is Rietveld 408576698