| 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 34a4022a00de8e9df31bd0c2361299a917e813f1..5531eeb235015a3f9ae73567e0edcd56ea2168f3 100644
|
| --- a/dart/tests/try/poi/library_updater_test.dart
|
| +++ b/dart/tests/try/poi/library_updater_test.dart
|
| @@ -40,6 +40,8 @@ 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());
|
|
|