| Index: pkg/checked_mirrors/test/from_sdk/lazy_static_test.dart
|
| diff --git a/tests/lib/mirrors/lazy_static_test.dart b/pkg/checked_mirrors/test/from_sdk/lazy_static_test.dart
|
| similarity index 94%
|
| copy from tests/lib/mirrors/lazy_static_test.dart
|
| copy to pkg/checked_mirrors/test/from_sdk/lazy_static_test.dart
|
| index 3cfba8d5e035e739257f666eec12260f8aba3737..9f3b849ac7bde38a7e845bba48b49ecfe608ad4a 100644
|
| --- a/tests/lib/mirrors/lazy_static_test.dart
|
| +++ b/pkg/checked_mirrors/test/from_sdk/lazy_static_test.dart
|
| @@ -4,7 +4,7 @@
|
|
|
| // Test static members.
|
|
|
| -import 'dart:mirrors';
|
| +import 'package:checked_mirrors/checked_mirrors.dart';
|
|
|
| import 'package:expect/expect.dart';
|
|
|
|
|