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

Unified Diff: pkg/unittest/lib/src/core_matchers.dart

Issue 12328090: unittest: Updates to Configuration, one deprecation (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: fix for vm_config Created 7 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 | « pkg/unittest/lib/src/config.dart ('k') | pkg/unittest/lib/vm_config.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/unittest/lib/src/core_matchers.dart
diff --git a/pkg/unittest/lib/src/core_matchers.dart b/pkg/unittest/lib/src/core_matchers.dart
index 44356d2629c13f7692caba6395845c6c03ec8a9f..04a071154db854ded6b0f836f9d38034a085eeef 100644
--- a/pkg/unittest/lib/src/core_matchers.dart
+++ b/pkg/unittest/lib/src/core_matchers.dart
@@ -487,6 +487,7 @@ class _ArgumentError extends TypeMatcher {
const isIllegalJSRegExpException = const _IllegalJSRegExpException();
/** A matcher for functions that throw IllegalJSRegExpException. */
+@deprecated
const Matcher throwsIllegalJSRegExpException =
const Throws(isIllegalJSRegExpException);
« no previous file with comments | « pkg/unittest/lib/src/config.dart ('k') | pkg/unittest/lib/vm_config.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698