Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(193)

Unified Diff: lib/src/frontend/throws_matchers.dart

Issue 955543002: Move a bunch of src/ files into subdirectories. (Closed) Base URL: git@github.com:dart-lang/unittest@master
Patch Set: Fix library tags Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/src/frontend/throws_matcher.dart ('k') | lib/src/future_matchers.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « lib/src/frontend/throws_matcher.dart ('k') | lib/src/future_matchers.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698