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

Unified Diff: dart/tests/try/poi/library_updater_test.dart

Issue 705253002: Include reasons for failing in StateError. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Have poi.dart recover when LibraryUpdater failed. Created 6 years, 1 month 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 | « dart/site/try/poi/poi.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/try/poi/library_updater_test.dart
diff --git a/dart/tests/try/poi/library_updater_test.dart b/dart/tests/try/poi/library_updater_test.dart
index 5531eeb235015a3f9ae73567e0edcd56ea2168f3..34a4022a00de8e9df31bd0c2361299a917e813f1 100644
--- a/dart/tests/try/poi/library_updater_test.dart
+++ b/dart/tests/try/poi/library_updater_test.dart
@@ -40,8 +40,6 @@ class LibraryUpdaterTestCase extends CompilerTestCase {
updater.canReuseLibrary(library, UTF8.encode(newSource));
Expect.equals(expectedCanReuse, actualCanReuse);
- Expect.equals(expectedCanReuse, updater.hasPendingUpdates);
-
Expect.setEquals(
expectedUpdates.toSet(),
updater.updates.map((Update update) => update.before.name).toSet());
« no previous file with comments | « dart/site/try/poi/poi.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698