| Index: pkg/checked_mirrors/test/from_sdk/static_test.dart
|
| diff --git a/tests/lib/mirrors/static_test.dart b/pkg/checked_mirrors/test/from_sdk/static_test.dart
|
| similarity index 94%
|
| copy from tests/lib/mirrors/static_test.dart
|
| copy to pkg/checked_mirrors/test/from_sdk/static_test.dart
|
| index 45daea4f4305162265eda08feec1b6d8e0089dd7..723c077530de5747359905ed9cebb61ad56b200f 100644
|
| --- a/tests/lib/mirrors/static_test.dart
|
| +++ b/pkg/checked_mirrors/test/from_sdk/static_test.dart
|
| @@ -4,7 +4,7 @@
|
|
|
| // Test static members.
|
|
|
| -import 'dart:mirrors';
|
| +import 'package:checked_mirrors/checked_mirrors.dart';
|
|
|
| import 'stringify.dart';
|
|
|
|
|