Index: tests/html/dromaeo_smoke_test.dart |
diff --git a/tests/html/dromaeo_smoke_test.dart b/tests/html/dromaeo_smoke_test.dart |
index 1334954dba0f5df00d3c626274b20282bdc54253..51ebf351f3d8bd99733809b91904a95c13615281 100644 |
--- a/tests/html/dromaeo_smoke_test.dart |
+++ b/tests/html/dromaeo_smoke_test.dart |
@@ -46,7 +46,7 @@ void main() { |
test('dromaeo runs', () { |
new Timer.periodic(new Duration(milliseconds: 500), |
- expectAsyncUntil1((timer) { |
+ expectAsyncUntil((timer) { |
if (document.query('.alldone') != null) { |
timer.cancel(); |
isDone = true; |