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); |