| Index: test/frontend/matcher/throws_type_test.dart
|
| diff --git a/test/matcher/throws_type_test.dart b/test/frontend/matcher/throws_type_test.dart
|
| similarity index 99%
|
| rename from test/matcher/throws_type_test.dart
|
| rename to test/frontend/matcher/throws_type_test.dart
|
| index 0e9a2cefcc4f65e82b1445c9b69d4a09f1dbc8f6..0a1e0847ed2466f82b8f58011d099519a09f1b98 100644
|
| --- a/test/matcher/throws_type_test.dart
|
| +++ b/test/frontend/matcher/throws_type_test.dart
|
| @@ -4,7 +4,7 @@
|
|
|
| import 'package:unittest/unittest.dart';
|
|
|
| -import '../utils.dart';
|
| +import '../../utils.dart';
|
|
|
| void main() {
|
| group('[throwsArgumentError]', () {
|
|
|