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