| Index: pkg/checked_mirrors/test/from_sdk/to_string_test.dart
|
| diff --git a/tests/lib/mirrors/to_string_test.dart b/pkg/checked_mirrors/test/from_sdk/to_string_test.dart
|
| similarity index 94%
|
| copy from tests/lib/mirrors/to_string_test.dart
|
| copy to pkg/checked_mirrors/test/from_sdk/to_string_test.dart
|
| index 8344bc4de7fa245445f2b7bd9b7af4b832f6c6eb..32cc3056ef401629acf69abcd6a665a9c5e7e46c 100644
|
| --- a/tests/lib/mirrors/to_string_test.dart
|
| +++ b/pkg/checked_mirrors/test/from_sdk/to_string_test.dart
|
| @@ -4,7 +4,7 @@
|
|
|
| library test.to_string_test;
|
|
|
| -import 'dart:mirrors';
|
| +import 'package:checked_mirrors/checked_mirrors.dart';
|
|
|
| import 'package:expect/expect.dart';
|
|
|
|
|