Index: tests/lib/async/timer_test.dart |
diff --git a/tests/lib/async/timer_test.dart b/tests/lib/async/timer_test.dart |
index d08754b862e69d1d0c90f09cbd73fba0ea4063e7..6a6119d9e41f849e7c5b43078491231ad0b7e7b6 100644 |
--- a/tests/lib/async/timer_test.dart |
+++ b/tests/lib/async/timer_test.dart |
@@ -22,7 +22,7 @@ int get safetyMargin => identical(1, 1.0) ? 100 : 0; |
void timeoutHandler() { |
expect(stopwatch.elapsedMilliseconds + safetyMargin, |
- greaterThanOrEqualTo(timeout)); |
+ greaterThanOrEqualTo(timeout)); |
if (iteration < ITERATIONS) { |
iteration++; |
timeout = timeout - DECREASE; |