Index: tests/lib_strong/mirrors/invocation_fuzz_test.dart |
diff --git a/tests/lib_strong/mirrors/invocation_fuzz_test.dart b/tests/lib_strong/mirrors/invocation_fuzz_test.dart |
index 8add257d7a99686e2217150910c00909a4f7db8d..ed3cb27747b5122fd95361ccc12ffd39c29a46ee 100644 |
--- a/tests/lib_strong/mirrors/invocation_fuzz_test.dart |
+++ b/tests/lib_strong/mirrors/invocation_fuzz_test.dart |
@@ -164,10 +164,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'); |