| Index: tests/compiler/dart2js_extra/invalid_annotation2_test.dart
 | 
| diff --git a/tests/compiler/dart2js_extra/invalid_annotation2_test.dart b/tests/compiler/dart2js_extra/invalid_annotation2_test.dart
 | 
| index 5b1f41ae0903bef7b5329be12dc665801876b60c..d1597d4016c45a3e6dc926687d6ce37cb2434863 100644
 | 
| --- a/tests/compiler/dart2js_extra/invalid_annotation2_test.dart
 | 
| +++ b/tests/compiler/dart2js_extra/invalid_annotation2_test.dart
 | 
| @@ -14,7 +14,7 @@
 | 
|  import 'dart:mirrors';
 | 
|  
 | 
|  @Deprecated("m"
 | 
| -,,                                /// 01: compile-time error
 | 
| +,,                                //# 01: compile-time error
 | 
|  )
 | 
|  class A {
 | 
|  }
 | 
| 
 |