| Index: pkg/checked_mirrors/test/from_sdk/symbol_validation_test.dart
|
| diff --git a/tests/lib/mirrors/symbol_validation_test.dart b/pkg/checked_mirrors/test/from_sdk/symbol_validation_test.dart
|
| similarity index 96%
|
| copy from tests/lib/mirrors/symbol_validation_test.dart
|
| copy to pkg/checked_mirrors/test/from_sdk/symbol_validation_test.dart
|
| index 0fe3c45c3d412b142226754f67f66ee0473c4d18..fed2aeb6a65bf9930bde90fd2b399dbfa03568d0 100644
|
| --- a/tests/lib/mirrors/symbol_validation_test.dart
|
| +++ b/pkg/checked_mirrors/test/from_sdk/symbol_validation_test.dart
|
| @@ -4,7 +4,7 @@
|
|
|
| library symbol_validation_test;
|
|
|
| -import 'dart:mirrors';
|
| +import 'package:checked_mirrors/checked_mirrors.dart';
|
| import 'package:expect/expect.dart';
|
|
|
| validSymbol(String string) {
|
|
|