| Index: tests/compiler/dart2js_native/native_method_rename2_frog_test.dart
|
| diff --git a/tests/compiler/dart2js_native/native_method_rename2_frog_test.dart b/tests/compiler/dart2js_native/native_method_rename2_frog_test.dart
|
| index b9936f6db20a4f40bf8f48643cbd2452e5818d03..f3d4bffa671fc3e6e698ce42a3e0d44b170f45ed 100644
|
| --- a/tests/compiler/dart2js_native/native_method_rename2_frog_test.dart
|
| +++ b/tests/compiler/dart2js_native/native_method_rename2_frog_test.dart
|
| @@ -73,7 +73,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);
|
| }
|
|
|