Index: sdk/lib/core/expect.dart |
diff --git a/sdk/lib/core/expect.dart b/sdk/lib/core/expect.dart |
index 68b765f0f312a0d06e643866af637266c0d2fa85..3f4094c6bc9906b11b89a6fba6ae52c1fdc902f0 100644 |
--- a/sdk/lib/core/expect.dart |
+++ b/sdk/lib/core/expect.dart |
@@ -11,7 +11,7 @@ part of dart.core; |
* the expect() function in the unit test library instead for |
* test assertions. |
*/ |
-class Expect { |
+class ExpectOld { |
/** |
* Checks whether the expected and actual values are equal (using `==`). |
*/ |