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

Unified Diff: pkg/expect/lib/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
« no previous file with comments | « no previous file | pkg/expect/pubspec.yaml » ('j') | pkg/expect/pubspec.yaml » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/expect/lib/expect.dart
diff --git a/sdk/lib/core/expect.dart b/pkg/expect/lib/expect.dart
similarity index 98%
copy from sdk/lib/core/expect.dart
copy to pkg/expect/lib/expect.dart
index 68b765f0f312a0d06e643866af637266c0d2fa85..faa9dd15a32bcdeae3dfd38c5607019d1c842289 100644
--- a/sdk/lib/core/expect.dart
+++ b/pkg/expect/lib/expect.dart
@@ -2,7 +2,11 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-part of dart.core;
+/**
+ * This library contains an Expect class with static methods that can be used
+ * for simple unit-tests.
+ */
+library expect;
/**
* Expect is used for tests that do not want to make use of the
« no previous file with comments | « no previous file | pkg/expect/pubspec.yaml » ('j') | pkg/expect/pubspec.yaml » ('J')

Powered by Google App Engine
This is Rietveld 408576698