| Index: tests/compiler/dart2js_extra/invalid_annotation_test.dart
|
| diff --git a/tests/compiler/dart2js_extra/invalid_annotation_test.dart b/tests/compiler/dart2js_extra/invalid_annotation_test.dart
|
| index 0752e77f0cc340c50ec1ce804550dae3f54fce6a..eff8683921f4476d7a59bfc3e50ab5196361d945 100644
|
| --- a/tests/compiler/dart2js_extra/invalid_annotation_test.dart
|
| +++ b/tests/compiler/dart2js_extra/invalid_annotation_test.dart
|
| @@ -8,7 +8,7 @@
|
| // annotation had a syntax error.
|
|
|
| @Deprecated("m"
|
| -,, // /// 01: compile-time error
|
| +,, // //# 01: compile-time error
|
| )
|
| class A {}
|
|
|
|
|