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

Unified Diff: tests/language/sync_generator3_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/sync_generator3_test.dart
diff --git a/tests/language/sync_generator3_test.dart b/tests/language/sync_generator3_test.dart
index a993a2792f2ab6164d1816e31eea8fee50856b67..551207178068568eb05f1ecd24290010529cbc95 100644
--- a/tests/language/sync_generator3_test.dart
+++ b/tests/language/sync_generator3_test.dart
@@ -43,6 +43,6 @@ test2() {
}
main() {
- test1(); /// test1: ok
- test2(); /// test2: ok
+ test1(); // /// test1: ok
+ test2(); // /// test2: ok
}

Powered by Google App Engine
This is Rietveld 408576698