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

Unified Diff: utils/tests/pub/test_pub.dart

Issue 12090075: Remove invalid sanity check. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 11 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/tests/pub/test_pub.dart
diff --git a/utils/tests/pub/test_pub.dart b/utils/tests/pub/test_pub.dart
index 98ba5ba3fb5cb604e05c662eed2591e56d1f5776..66d9434f2a373f364d9ce21ef98ed9ac5d0eb62a 100644
--- a/utils/tests/pub/test_pub.dart
+++ b/utils/tests/pub/test_pub.dart
@@ -462,11 +462,6 @@ final _TIMEOUT = 30000;
/// operations which will be run asynchronously.
void integration(String description, void body()) {
test(description, () {
- // Sanity check. Make sure we cleaned up the last test.
- assert(_scheduled == null);
- assert(_scheduledCleanup == null);
- assert(_scheduledOnException == null);
-
// Schedule the test.
body();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698