| Index: pkg/checked_mirrors/test/from_sdk/generic_function_typedef_test.dart
|
| diff --git a/tests/lib/mirrors/generic_function_typedef_test.dart b/pkg/checked_mirrors/test/from_sdk/generic_function_typedef_test.dart
|
| similarity index 99%
|
| copy from tests/lib/mirrors/generic_function_typedef_test.dart
|
| copy to pkg/checked_mirrors/test/from_sdk/generic_function_typedef_test.dart
|
| index 7f11d2213949f908397510c306903b2a2e84c2ee..f5214b59d43ee4ff901f3b6213eb5753cc312bb0 100644
|
| --- a/tests/lib/mirrors/generic_function_typedef_test.dart
|
| +++ b/pkg/checked_mirrors/test/from_sdk/generic_function_typedef_test.dart
|
| @@ -4,7 +4,7 @@
|
|
|
| library test.generic_function_typedef;
|
|
|
| -import 'dart:mirrors';
|
| +import 'package:checked_mirrors/checked_mirrors.dart';
|
|
|
| import 'package:expect/expect.dart';
|
|
|
|
|