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

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: 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
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 `==`).
*/

Powered by Google App Engine
This is Rietveld 408576698