Index: packages/matcher/lib/matcher.dart |
diff --git a/packages/matcher/lib/matcher.dart b/packages/matcher/lib/matcher.dart |
index c719fb102e1734b436665e158ad1c477cb42f685..b4b9d222e29159830109e05d54ebcc54b077f0ca 100644 |
--- a/packages/matcher/lib/matcher.dart |
+++ b/packages/matcher/lib/matcher.dart |
@@ -3,8 +3,6 @@ |
// BSD-style license that can be found in the LICENSE file. |
/// Support for specifying test expectations, such as for unit tests. |
-library matcher; |
- |
export 'src/core_matchers.dart'; |
export 'src/description.dart'; |
export 'src/error_matchers.dart'; |
@@ -13,5 +11,6 @@ export 'src/iterable_matchers.dart'; |
export 'src/map_matchers.dart'; |
export 'src/numeric_matchers.dart'; |
export 'src/operator_matchers.dart'; |
+export 'src/order_matchers.dart'; |
export 'src/string_matchers.dart'; |
export 'src/util.dart'; |