| Index: pkg/checked_mirrors/test/from_sdk/unnamed_library_test.dart
|
| diff --git a/tests/lib/mirrors/unnamed_library_test.dart b/pkg/checked_mirrors/test/from_sdk/unnamed_library_test.dart
|
| similarity index 91%
|
| copy from tests/lib/mirrors/unnamed_library_test.dart
|
| copy to pkg/checked_mirrors/test/from_sdk/unnamed_library_test.dart
|
| index b967689fd28f1c8368c11c3ae9d25cda5859cae3..86b4400e42c90f12234db3c629d1fae072e43498 100644
|
| --- a/tests/lib/mirrors/unnamed_library_test.dart
|
| +++ b/pkg/checked_mirrors/test/from_sdk/unnamed_library_test.dart
|
| @@ -4,7 +4,7 @@
|
|
|
| // No library declaration.
|
|
|
| -import 'dart:mirrors';
|
| +import 'package:checked_mirrors/checked_mirrors.dart';
|
|
|
| import 'package:expect/expect.dart';
|
|
|
|
|