| Index: pkg/checked_mirrors/test/from_sdk/private_symbol_test.dart
|
| diff --git a/tests/lib/mirrors/private_symbol_test.dart b/pkg/checked_mirrors/test/from_sdk/private_symbol_test.dart
|
| similarity index 98%
|
| copy from tests/lib/mirrors/private_symbol_test.dart
|
| copy to pkg/checked_mirrors/test/from_sdk/private_symbol_test.dart
|
| index be4f5feeacff7747cee6eba23bb2f5d30782a4fa..1a4370e79e11ec018bf07d72f221383e4bf47e8b 100644
|
| --- a/tests/lib/mirrors/private_symbol_test.dart
|
| +++ b/pkg/checked_mirrors/test/from_sdk/private_symbol_test.dart
|
| @@ -4,7 +4,7 @@
|
|
|
| library test;
|
|
|
| -import 'dart:mirrors';
|
| +import 'package:checked_mirrors/checked_mirrors.dart';
|
| import 'package:expect/expect.dart';
|
|
|
| typedef int _F(int i);
|
|
|