| 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 9086e3bdd0e053509ce8210e20af5be2a609a93c..820763e8a5b5883c89893f3844ffff3b2b15e0ec 100644
|
| --- a/tests/compiler/dart2js_native/native_method_rename1_frog_test.dart
|
| +++ b/tests/compiler/dart2js_native/native_method_rename1_frog_test.dart
|
| @@ -65,7 +65,7 @@ expectNoSuchMethod(action, note) {
|
| action();
|
| } catch (ex) {
|
| caught = true;
|
| - Expect.isTrue(ex is NoSuchMethodException, note);
|
| + Expect.isTrue(ex is NoSuchMethodError, note);
|
| }
|
| Expect.isTrue(caught, note);
|
| }
|
|
|