| Index: tests/compiler/dart2js_foreign/native_class_inheritance3_test.dart
|
| diff --git a/tests/compiler/dart2js_foreign/native_class_inheritance3_test.dart b/tests/compiler/dart2js_foreign/native_class_inheritance3_test.dart
|
| index f5b51f487bcce53d34a17d6a7acf687c61a0341e..f66d23e4e7d06f856328ba2fcd18ff80bac07d13 100644
|
| --- a/tests/compiler/dart2js_foreign/native_class_inheritance3_test.dart
|
| +++ b/tests/compiler/dart2js_foreign/native_class_inheritance3_test.dart
|
| @@ -94,7 +94,7 @@ expectNoSuchMethod(action, note) {
|
| bool caught = false;
|
| try {
|
| action();
|
| - } catch (var ex) {
|
| + } catch (ex) {
|
| caught = true;
|
| Expect.isTrue(ex is NoSuchMethodException, note);
|
| }
|
|
|