Chromium Code Reviews| Index: tests/language/exception_identity_test.dart |
| diff --git a/tests/language/exception_identity_test.dart b/tests/language/exception_identity_test.dart |
| index c50475c84a4ff3a9fb2dbfa0de84dd8a6392396b..c6b7168560ceb76d39b68764c70985f3b1f2144a 100644 |
| --- a/tests/language/exception_identity_test.dart |
| +++ b/tests/language/exception_identity_test.dart |
| @@ -11,7 +11,7 @@ class A { |
| check(exception) { |
| try { |
| throw exception; |
| - } catch (var e) { |
| + } catch (e) { |
| Expect.equals(exception, e); |
| } |
| } |