| Index: pkg/checked_mirrors/test/from_sdk/constructor_private_name_test.dart
|
| diff --git a/tests/lib/mirrors/constructor_private_name_test.dart b/pkg/checked_mirrors/test/from_sdk/constructor_private_name_test.dart
|
| similarity index 93%
|
| copy from tests/lib/mirrors/constructor_private_name_test.dart
|
| copy to pkg/checked_mirrors/test/from_sdk/constructor_private_name_test.dart
|
| index c0db651a9f705703b686cf6fe316fac7d21602ec..4c458c907555504fd5490c8ac4d4f7a44ba77d8f 100644
|
| --- a/tests/lib/mirrors/constructor_private_name_test.dart
|
| +++ b/pkg/checked_mirrors/test/from_sdk/constructor_private_name_test.dart
|
| @@ -6,7 +6,7 @@ library test.constructors_test;
|
|
|
| // Regression test for C1 bug.
|
|
|
| -import 'dart:mirrors';
|
| +import 'package:checked_mirrors/checked_mirrors.dart';
|
|
|
| import 'package:expect/expect.dart';
|
|
|
|
|