Chromium Code Reviews| Index: tests/html/async_cancellingisolate.dart |
| diff --git a/tests/html/async_cancellingisolate.dart b/tests/html/async_cancellingisolate.dart |
| index 6278ebc2585f783dc510b43fc7e00bc600f5fe03..18581f0fe71c6cd7e61eaff4f2190a8b3b88622a 100644 |
| --- a/tests/html/async_cancellingisolate.dart |
| +++ b/tests/html/async_cancellingisolate.dart |
| @@ -28,4 +28,4 @@ main(message, replyTo) { |
| oneshot = new Timer(const Duration(milliseconds: 30), () { |
| fail('Should never be invoked'); |
| }); |
| -} |
| +} |