Fix unneeded imports (#175)
diff --git a/test/escape_test.dart b/test/escape_test.dart
index 2ddd7c1..2fd7e40 100644
--- a/test/escape_test.dart
+++ b/test/escape_test.dart
@@ -2,7 +2,6 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-import 'package:matcher/src/util.dart';
import 'package:test/test.dart';
void main() {
diff --git a/test/iterable_matchers_test.dart b/test/iterable_matchers_test.dart
index 3defb03..1fc6738 100644
--- a/test/iterable_matchers_test.dart
+++ b/test/iterable_matchers_test.dart
@@ -2,7 +2,6 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-import 'package:matcher/matcher.dart';
import 'package:test/test.dart';
import 'test_utils.dart';
diff --git a/test/numeric_matchers_test.dart b/test/numeric_matchers_test.dart
index fa314db..3919588 100644
--- a/test/numeric_matchers_test.dart
+++ b/test/numeric_matchers_test.dart
@@ -2,7 +2,6 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-import 'package:matcher/matcher.dart';
import 'package:test/test.dart';
import 'test_utils.dart';
diff --git a/test/order_matchers_test.dart b/test/order_matchers_test.dart
index a5e2520..8a7c3df 100644
--- a/test/order_matchers_test.dart
+++ b/test/order_matchers_test.dart
@@ -2,7 +2,6 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-import 'package:matcher/matcher.dart';
import 'package:test/test.dart';
import 'test_utils.dart';