| Index: tests/compiler/dart2js_native/native_method_rename1_frog_test.dart
|
| diff --git a/tests/compiler/dart2js_native/native_method_rename1_frog_test.dart b/tests/compiler/dart2js_native/native_method_rename1_frog_test.dart
|
| index 0200b3132f5e47fbfc45e44029bd814b628c150e..9086e3bdd0e053509ce8210e20af5be2a609a93c 100644
|
| --- a/tests/compiler/dart2js_native/native_method_rename1_frog_test.dart
|
| +++ b/tests/compiler/dart2js_native/native_method_rename1_frog_test.dart
|
| @@ -63,7 +63,7 @@ expectNoSuchMethod(action, note) {
|
| bool caught = false;
|
| try {
|
| action();
|
| - } catch (var ex) {
|
| + } catch (ex) {
|
| caught = true;
|
| Expect.isTrue(ex is NoSuchMethodException, note);
|
| }
|
|
|