Index: tests/lib/async/print_test.dart |
diff --git a/tests/lib/async/print_test.dart b/tests/lib/async/print_test.dart |
index d2ca10b76ef55e44ebf8615b19526c0876175c66..0f0acd100412bd4a3e029d10c19d16875c046b4c 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 { |