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

Unified Diff: tests/lib/mirrors/invocation_fuzz_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/lib/mirrors/invocation_fuzz_test.dart
diff --git a/tests/lib/mirrors/invocation_fuzz_test.dart b/tests/lib/mirrors/invocation_fuzz_test.dart
index 7cc6393fe7dc1ef51764c2c86f71de40ff100582..c43b5c445bcc481fd02cd2335b41249ae019a403 100644
--- a/tests/lib/mirrors/invocation_fuzz_test.dart
+++ b/tests/lib/mirrors/invocation_fuzz_test.dart
@@ -180,10 +180,10 @@ var fuzzArgument;
main() {
fuzzArgument = null;
- fuzzArgument = 1; /// smi: ok
- fuzzArgument = false; /// false: ok
- fuzzArgument = 'string'; /// string: ok
- fuzzArgument = new List(0); /// emptyarray: ok
+ fuzzArgument = 1; // /// smi: ok
+ fuzzArgument = false; // /// false: ok
+ fuzzArgument = 'string'; // /// string: ok
+ fuzzArgument = new List(0); // /// emptyarray: ok
print('Fuzzing with $fuzzArgument');

Powered by Google App Engine
This is Rietveld 408576698