Index: pkg/scheduled_test/lib/scheduled_test.dart |
=================================================================== |
--- pkg/scheduled_test/lib/scheduled_test.dart (revision 19336) |
+++ pkg/scheduled_test/lib/scheduled_test.dart (working copy) |
@@ -316,7 +316,7 @@ |
/// initialized. |
void _ensureInitialized() { |
unittest.ensureInitialized(); |
- unittest.wrapAsync = (f) { |
+ unittest.wrapAsync = (f, [id = '']) { |
if (currentSchedule == null) { |
throw new StateError("Unexpected call to wrapAsync with no current " |
"schedule."); |