Chromium Code Reviews| Index: tests/html/async_test.dart |
| diff --git a/tests/html/async_test.dart b/tests/html/async_test.dart |
| index 05137fd0f7d2be1ebfd96eb92fdf5d0cc980928f..1d7768f878c1d2c23a3d751856ecc4ccbefc6265 100644 |
| --- a/tests/html/async_test.dart |
| +++ b/tests/html/async_test.dart |
| @@ -29,6 +29,7 @@ periodicTimerIsolate() { |
| new Timer(const Duration(milliseconds: 30), () { |
| replyTo.send('DONE'); |
| }); |
| + return; |
| } |
| assert(counter < 3); |
| counter++; |