| Index: test/frontend/matcher/throws_test.dart
|
| diff --git a/test/matcher/throws_test.dart b/test/frontend/matcher/throws_test.dart
|
| similarity index 99%
|
| rename from test/matcher/throws_test.dart
|
| rename to test/frontend/matcher/throws_test.dart
|
| index ef0ff49e67d0275ff6b7bc097f88771e12d176f2..b61cd7642928bdeb86bb3c54a9c926e3d0aa295a 100644
|
| --- a/test/matcher/throws_test.dart
|
| +++ b/test/frontend/matcher/throws_test.dart
|
| @@ -6,7 +6,7 @@ import 'dart:async';
|
|
|
| import 'package:unittest/unittest.dart';
|
|
|
| -import '../utils.dart';
|
| +import '../../utils.dart';
|
|
|
| void main() {
|
| group("synchronous", () {
|
|
|