| Index: tests/lib_strong/mirrors/superclass_test.dart
|
| diff --git a/tests/lib_strong/mirrors/superclass_test.dart b/tests/lib_strong/mirrors/superclass_test.dart
|
| index a558c9daa9f1a1b2a4862541f574fb08d6d24f13..ad571beaa5371fb93cb0c6bc8e613334d81e28d1 100644
|
| --- a/tests/lib_strong/mirrors/superclass_test.dart
|
| +++ b/tests/lib_strong/mirrors/superclass_test.dart
|
| @@ -7,8 +7,7 @@ library test.superclass;
|
| import 'dart:mirrors';
|
| import 'package:expect/expect.dart';
|
|
|
| -class MyClass {
|
| -}
|
| +class MyClass {}
|
|
|
| main() {
|
| var cls = reflectClass(MyClass);
|
|
|