Index: tests/lib_strong/mirrors/regress_16321_test.dart |
diff --git a/tests/lib_strong/mirrors/regress_16321_test.dart b/tests/lib_strong/mirrors/regress_16321_test.dart |
index 73433bba9b6e62a3e74e05313e626bc3f46335d6..07769f734d257f4fc72def0ec137b455b53742dc 100644 |
--- a/tests/lib_strong/mirrors/regress_16321_test.dart |
+++ b/tests/lib_strong/mirrors/regress_16321_test.dart |
@@ -12,7 +12,7 @@ class TypedBox { |
const TypedBox(this.contents); |
} |
-@TypedBox('foo') // /// 01: static type warning, checked mode compile-time error |
+@TypedBox('foo') // //# 01: static type warning, checked mode compile-time error |
@TypedBox(const ['foo']) |
class C {} |