| Index: test/operator_matchers_test.dart
|
| diff --git a/test/operator_matchers_test.dart b/test/operator_matchers_test.dart
|
| index b92986ce66031d1e5ab272731e132c3e8f94d93f..7cf0d59126f2f1b241ce3815a76344678c207073 100644
|
| --- a/test/operator_matchers_test.dart
|
| +++ b/test/operator_matchers_test.dart
|
| @@ -5,13 +5,12 @@
|
| library matcher.operator_matchers_test;
|
|
|
| import 'package:matcher/matcher.dart';
|
| -import 'package:unittest/unittest.dart' show test, group;
|
| +import 'package:unittest/unittest.dart'
|
| + show test, group, expect, throwsArgumentError;
|
|
|
| import 'test_utils.dart';
|
|
|
| void main() {
|
| - initUtils();
|
| -
|
| test('anyOf', () {
|
| // with a list
|
| shouldFail(
|
|
|