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

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

Issue 1053443002: Rename the package to "test". (Closed) Base URL: git@github.com:dart-lang/test@master
Patch Set: Fix a test. Created 5 years, 9 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
Index: lib/src/frontend/throws_matchers.dart
diff --git a/lib/src/frontend/throws_matchers.dart b/lib/src/frontend/throws_matchers.dart
index 7bf571c693e00da1a00bebf6cd1ec434f03f7f7a..65fabeb47932807674d49310666c3802df62d5a7 100644
--- a/lib/src/frontend/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.frontend.throws_matchers;
+library test.frontend.throws_matchers;
import 'package:matcher/matcher.dart' hide Throws;

Powered by Google App Engine
This is Rietveld 408576698