| Index: tests/corelib/core_runtime_types_test.dart
|
| diff --git a/tests/corelib/core_runtime_types_test.dart b/tests/corelib/core_runtime_types_test.dart
|
| index 45d3a238513ecd6940ff3f5dc60dcb6dc62386a6..8458db8d040b99c2eb5512b07c37e51b4252bda6 100644
|
| --- a/tests/corelib/core_runtime_types_test.dart
|
| +++ b/tests/corelib/core_runtime_types_test.dart
|
| @@ -49,7 +49,7 @@ class CoreRuntimeTypesTest {
|
| f();
|
| } catch (exception) {
|
| Expect.equals(true, (exception is TypeError) ||
|
| - (exception is NoSuchMethodException) ||
|
| + (exception is NoSuchMethodError) ||
|
| (exception is NullPointerException) ||
|
| (exception is IllegalArgumentException));
|
| return;
|
|
|