| Index: pkg/checked_mirrors/test/from_sdk/library_declarations_test.dart
|
| diff --git a/tests/lib/mirrors/library_declarations_test.dart b/pkg/checked_mirrors/test/from_sdk/library_declarations_test.dart
|
| similarity index 98%
|
| copy from tests/lib/mirrors/library_declarations_test.dart
|
| copy to pkg/checked_mirrors/test/from_sdk/library_declarations_test.dart
|
| index 807bb5710cdd9cbb48f75be6411d60019d4c272a..8a8cee5c11933bd48b60aac5afec211346d1afcc 100644
|
| --- a/tests/lib/mirrors/library_declarations_test.dart
|
| +++ b/pkg/checked_mirrors/test/from_sdk/library_declarations_test.dart
|
| @@ -4,7 +4,7 @@
|
|
|
| library test.library_declarations_test;
|
|
|
| -import 'dart:mirrors';
|
| +import 'package:checked_mirrors/checked_mirrors.dart';
|
| import 'package:expect/expect.dart';
|
|
|
| import 'stringify.dart';
|
|
|