| Index: tests/lib/mirrors/regress_16321_test.dart
|
| diff --git a/tests/lib/mirrors/regress_16321_test.dart b/tests/lib/mirrors/regress_16321_test.dart
|
| index c717b7910638baaaa457363bf62a8301ed977f9d..73433bba9b6e62a3e74e05313e626bc3f46335d6 100644
|
| --- a/tests/lib/mirrors/regress_16321_test.dart
|
| +++ b/tests/lib/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 {}
|
|
|
|
|