Chromium Code Reviews| Index: tests/html/isolates_test.dart |
| diff --git a/tests/html/isolates_test.dart b/tests/html/isolates_test.dart |
| index b8eaa63da16c38419e5d94d9ff0c6eb5ca4faa59..7140d3ee6b27e80b64d9fa7e073ddb5a84a0008a 100644 |
| --- a/tests/html/isolates_test.dart |
| +++ b/tests/html/isolates_test.dart |
| @@ -11,7 +11,7 @@ void isolateEntry() { |
| bool wasThrown = false; |
| try { |
| window.alert('Test'); |
| - } catch(final e) { |
| + } catch (e) { |
| wasThrown = true; |
| } |
| // If wasn't thrown, do not listen to messages to make test fail. |