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

Unified Diff: tests/language/syncstar_yield_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/syncstar_yield_test.dart
diff --git a/tests/language/syncstar_yield_test.dart b/tests/language/syncstar_yield_test.dart
index 60cb609fcbe5c1bf5045912a24d9a572121283e9..80485b9d19f4ca1217626f6a5d6d97f3a92b7237 100644
--- a/tests/language/syncstar_yield_test.dart
+++ b/tests/language/syncstar_yield_test.dart
@@ -45,7 +45,7 @@ main() {
it2.moveNext(); /// copyParameters: continued
Expect.equals(2, it1.current);
// TODO(sigurdm): Check up on the spec here.
- Expect.equals(2, it2.current); /// copyParameters: continued
+ Expect.equals(2, it2.current); // /// copyParameters: continued
Expect.isFalse(it1.moveNext());
// Test that two `moveNext()` calls are fine.
Expect.isFalse(it1.moveNext());

Powered by Google App Engine
This is Rietveld 408576698