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 c717b7910638baaaa457363bf62a8301ed977f9d..4c4867196dd5dc02e7ffc99fc84cb6f1b9d50830 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 {} |