Chromium Code Reviews| Index: tests/html/native_gc_test.dart |
| diff --git a/tests/html/native_gc_test.dart b/tests/html/native_gc_test.dart |
| index 14ad75deed74fbd440c2b339dd3c7a9842b228bd..9aaf72ef9c80e747db3d8a9d12ece3046d4be380 100644 |
| --- a/tests/html/native_gc_test.dart |
| +++ b/tests/html/native_gc_test.dart |
| @@ -47,7 +47,7 @@ main() { |
| triggerMajorGC(); |
| } |
| - testDiv.onClick.listen(expectAsync1((e) {})); |
| + testDiv.onClick.listen(expectAsync((e) {})); |
| window.postMessage(message, '*'); |
| }); |
| } |