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

Unified Diff: tests/language_strong/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_strong/syncstar_yield_test.dart
diff --git a/tests/language_strong/syncstar_yield_test.dart b/tests/language_strong/syncstar_yield_test.dart
index 08f5a891fe29698e2c0235507eff147d72c84505..2111c21c20d8be9348b4f5f62d6a9ccf1668b4b5 100644
--- a/tests/language_strong/syncstar_yield_test.dart
+++ b/tests/language_strong/syncstar_yield_test.dart
@@ -47,7 +47,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