Index: pkg/unittest/lib/unittest.dart |
diff --git a/pkg/unittest/lib/unittest.dart b/pkg/unittest/lib/unittest.dart |
index a205aa3c9d5e5930a9bdf573bafac2ee03e80c38..9a2dbba80fc8bd886d663f9e589c601d1bbe00b4 100644 |
--- a/pkg/unittest/lib/unittest.dart |
+++ b/pkg/unittest/lib/unittest.dart |
@@ -150,8 +150,9 @@ import 'dart:collection'; |
import 'dart:isolate'; |
import 'package:stack_trace/stack_trace.dart'; |
-import 'matcher.dart'; |
-export 'matcher.dart'; |
+import 'package:matcher/matcher.dart' show DefaultFailureHandler, |
+ configureExpectFailureHandler, TestFailure, wrapAsync; |
+export 'package:matcher/matcher.dart'; |
import 'src/utils.dart'; |