| 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 eba4d33017ed41784fdb26b49a38ad824e25965b..f8238c3c272b2cdc029deb0427240783e7a226f2 100644
|
| --- a/tests/compiler/dart2js_extra/invalid_annotation2_test.dart
|
| +++ b/tests/compiler/dart2js_extra/invalid_annotation2_test.dart
|
| @@ -15,9 +15,8 @@ import 'dart:mirrors';
|
|
|
| @Deprecated("m"
|
| ,, // //# 01: compile-time error
|
| -)
|
| -class A {
|
| -}
|
| + )
|
| +class A {}
|
|
|
| main() {
|
| reflectClass(A).metadata;
|
|
|