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

Unified Diff: pkg/scheduled_test/lib/src/schedule_error.dart

Issue 14173003: Remove Collection, Collections and clean up List/Set/Queue implementations of retain/remove. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 8 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 | « pkg/scheduled_test/lib/src/schedule.dart ('k') | pkg/unittest/lib/matcher.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/scheduled_test/lib/src/schedule_error.dart
diff --git a/pkg/scheduled_test/lib/src/schedule_error.dart b/pkg/scheduled_test/lib/src/schedule_error.dart
index 07dc3bfd6f0d9fc6bc2724b9c7caf9a0282c6823..7b66391a17ef3adadd6ad2c9aeee498268fc9cee 100644
--- a/pkg/scheduled_test/lib/src/schedule_error.dart
+++ b/pkg/scheduled_test/lib/src/schedule_error.dart
@@ -27,7 +27,7 @@ class ScheduleError extends AsyncError {
/// The descriptions of out-of-band callbacks that were pending when this
/// error occurred.
- final Collection<String> pendingCallbacks;
+ final Iterable<String> pendingCallbacks;
/// The state of the schedule at the time the error was detected.
final ScheduleState _stateWhenDetected;
« no previous file with comments | « pkg/scheduled_test/lib/src/schedule.dart ('k') | pkg/unittest/lib/matcher.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698