| Index: pkg/checked_mirrors/test/from_sdk/parameter_is_const_test.dart
|
| diff --git a/tests/lib/mirrors/parameter_is_const_test.dart b/pkg/checked_mirrors/test/from_sdk/parameter_is_const_test.dart
|
| similarity index 89%
|
| copy from tests/lib/mirrors/parameter_is_const_test.dart
|
| copy to pkg/checked_mirrors/test/from_sdk/parameter_is_const_test.dart
|
| index 45185a9b88d15539aa12dbc1f65b2cc2269e7be3..a8e30ab4d14e1dcf59f1fe949cad16d75c12c980 100644
|
| --- a/tests/lib/mirrors/parameter_is_const_test.dart
|
| +++ b/pkg/checked_mirrors/test/from_sdk/parameter_is_const_test.dart
|
| @@ -4,7 +4,7 @@
|
|
|
| library test.parameter_is_const;
|
|
|
| -import 'dart:mirrors';
|
| +import 'package:checked_mirrors/checked_mirrors.dart';
|
|
|
| import 'package:expect/expect.dart';
|
|
|
|
|