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

Unified Diff: sdk/lib/core/expect.dart

Issue 12212016: Remove Expect from core library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add deprecation comment for ExpectException and revert one test. Created 7 years, 8 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: sdk/lib/core/expect.dart
diff --git a/sdk/lib/core/expect.dart b/sdk/lib/core/expect.dart
index 0302d3deef99c3d3309afb89374e0e9afc01ef27..151949f33efa1b9f2b10971854451162c3fde892 100644
--- a/sdk/lib/core/expect.dart
+++ b/sdk/lib/core/expect.dart
@@ -309,6 +309,7 @@ bool _identical(a, b) => identical(a, b);
typedef bool _CheckExceptionFn(exception);
+/** This class is *deprecated*. */
@deprecated
class ExpectException implements Exception {
ExpectException(this.message);
« no previous file with comments | « sdk/lib/_internal/dartdoc/test/dartdoc_search_test.dart ('k') | tests/benchmark_smoke/benchmark_smoke_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698