Index: lib/src/frontend/throws_matcher.dart |
diff --git a/lib/src/frontend/throws_matcher.dart b/lib/src/frontend/throws_matcher.dart |
index 7ca469eff3e84b21529dcc8fc13e00ea577d0617..b1d65ebf335ca6929e6f47093b56c4f527393300 100644 |
--- a/lib/src/frontend/throws_matcher.dart |
+++ b/lib/src/frontend/throws_matcher.dart |
@@ -6,7 +6,7 @@ library test.frontend.throws_matcher; |
import 'dart:async'; |
-import 'package:matcher/matcher.dart' hide fail, expect; |
+import 'package:matcher/matcher.dart'; |
import '../backend/invoker.dart'; |
import '../utils.dart'; |