| Index: tests/lib_strong/mirrors/no_metadata_test.dart
|
| diff --git a/tests/lib_strong/mirrors/no_metadata_test.dart b/tests/lib_strong/mirrors/no_metadata_test.dart
|
| index f5c0747a59928a9d4a8c29bc82bedf659940c368..642dd83634dc3fb5c9ccd35568544fd2d48f10bf 100644
|
| --- a/tests/lib_strong/mirrors/no_metadata_test.dart
|
| +++ b/tests/lib_strong/mirrors/no_metadata_test.dart
|
| @@ -6,8 +6,7 @@ import 'dart:mirrors';
|
|
|
| import 'stringify.dart';
|
|
|
| -class Foo {
|
| -}
|
| +class Foo {}
|
|
|
| main() {
|
| expect('[]', reflectClass(Foo).metadata);
|
|
|