| Index: tests/compiler/dart2js_extra/regress/4492_test.dart
|
| diff --git a/tests/compiler/dart2js_extra/regress/4492_test.dart b/tests/compiler/dart2js_extra/regress/4492_test.dart
|
| index ba33718de84b42b929c917eb9568cab7bd2d725e..f77d29d32eb7a18ecddef11091c3fba7454443e7 100644
|
| --- a/tests/compiler/dart2js_extra/regress/4492_test.dart
|
| +++ b/tests/compiler/dart2js_extra/regress/4492_test.dart
|
| @@ -11,4 +11,4 @@ class A {
|
| }
|
|
|
| main() => Expect.throws(() => new A().x(1, 2),
|
| - (e) => e is NoSuchMethodException);
|
| + (e) => e is NoSuchMethodError);
|
|
|