| Index: tests/lib/mirrors/abstract_class_test.dart
|
| diff --git a/tests/lib/mirrors/abstract_class_test.dart b/tests/lib/mirrors/abstract_class_test.dart
|
| index 00e108172dfd62cee2c395411510acc96021a2a8..176323b5dc1f28e900e069125676f58555c6bd21 100644
|
| --- a/tests/lib/mirrors/abstract_class_test.dart
|
| +++ b/tests/lib/mirrors/abstract_class_test.dart
|
| @@ -4,6 +4,7 @@
|
|
|
| library test.abstract_class_test;
|
|
|
| +@MirrorsUsed(targets: "test.abstract_class_test")
|
| import 'dart:mirrors';
|
| import 'package:expect/expect.dart';
|
|
|
|
|