Index: lib/src/frontend/throws_matchers.dart |
diff --git a/lib/src/throws_matchers.dart b/lib/src/frontend/throws_matchers.dart |
similarity index 97% |
rename from lib/src/throws_matchers.dart |
rename to lib/src/frontend/throws_matchers.dart |
index 8f194bf77fe2e1ce1c77daaf96851010c92aa4e6..7bf571c693e00da1a00bebf6cd1ec434f03f7f7a 100644 |
--- a/lib/src/throws_matchers.dart |
+++ b/lib/src/frontend/throws_matchers.dart |
@@ -2,7 +2,7 @@ |
// 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. |
-library unittest.throws_matchers; |
+library unittest.frontend.throws_matchers; |
import 'package:matcher/matcher.dart' hide Throws; |