Index: tests/lib/async/print_test.dart |
diff --git a/tests/lib/async/print_test.dart b/tests/lib/async/print_test.dart |
index 8c4d538944a097677d6e5e1fc334803d21b4d219..8f16af717a3b3305ef70a939e61662748a98a52f 100644 |
--- a/tests/lib/async/print_test.dart |
+++ b/tests/lib/async/print_test.dart |
@@ -11,7 +11,7 @@ import 'package:expect/expect.dart'; |
class A { |
toString() { |
if (false |
- || true /// 01: runtime error |
+ || true //# 01: runtime error |
) { |
return 499; |
} else { |