| Index: tests/compiler/dart2js_native/native_class_inheritance3_frog_test.dart
|
| diff --git a/tests/compiler/dart2js_native/native_class_inheritance3_frog_test.dart b/tests/compiler/dart2js_native/native_class_inheritance3_frog_test.dart
|
| index d6ed1415cfa4e8afa7fb9c43af4aed0a12d5b270..4a19ecf888a3db6e41bf131c6a214837ffdc6716 100644
|
| --- a/tests/compiler/dart2js_native/native_class_inheritance3_frog_test.dart
|
| +++ b/tests/compiler/dart2js_native/native_class_inheritance3_frog_test.dart
|
| @@ -89,7 +89,7 @@ expectNoSuchMethod(action, note) {
|
| bool caught = false;
|
| try {
|
| action();
|
| - } catch (var ex) {
|
| + } catch (ex) {
|
| caught = true;
|
| Expect.isTrue(ex is NoSuchMethodException, note);
|
| }
|
|
|