Chromium Code Reviews| Index: tests/html/async_window_test.dart |
| diff --git a/tests/html/async_window_test.dart b/tests/html/async_window_test.dart |
| index a196472402ccfd1b87288500742ee35cfd584cb5..d3d81c61fedc72bd583a7081ac822b45896b29f7 100644 |
| --- a/tests/html/async_window_test.dart |
| +++ b/tests/html/async_window_test.dart |
| @@ -23,6 +23,6 @@ main() { |
| // should never be greater than 3. |
| assert(counter < 3); |
| counter++; |
| - }, count:3), 10); |
| + }, 3), 10); |
| }); |
| } |