| 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 50e8e6f6a027e596b209bc9b0bf4409eee9e9867..91aca1efc67e27b66af9fd3a86cfe41bcd4b81bd 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 {}
|
|
|
|
|