| Index: tests/compiler/dart2js_extra/regress/4740_test.dart
|
| diff --git a/tests/compiler/dart2js_extra/regress/4740_test.dart b/tests/compiler/dart2js_extra/regress/4740_test.dart
|
| index fc3223104413c85893fa1d892c623f7840c71774..e2df2c35ca04cb39583671505d1c66aa0b517a2e 100644
|
| --- a/tests/compiler/dart2js_extra/regress/4740_test.dart
|
| +++ b/tests/compiler/dart2js_extra/regress/4740_test.dart
|
| @@ -5,5 +5,5 @@
|
| #import('4740_library.dart');
|
|
|
| main() {
|
| - Expect.throws(() => new Foo._internal(), (e) => e is NoSuchMethodException);
|
| + Expect.throws(() => new Foo._internal(), (e) => e is NoSuchMethodError);
|
| }
|
|
|