| 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 e3d94ce2cbf75fc17029af6b41196a092506341a..c40b781b767910073846e086bcf14604fcea4f14 100644
|
| --- a/tests/corelib/core_runtime_types_test.dart
|
| +++ b/tests/corelib/core_runtime_types_test.dart
|
| @@ -47,7 +47,6 @@ class CoreRuntimeTypesTest {
|
| static assertTypeError(void f()) {
|
| Expect.throws(f, (exception) => (exception is TypeError) ||
|
| (exception is NoSuchMethodError) ||
|
| - (exception is NullPointerException) ||
|
| (exception is ArgumentError));
|
| }
|
|
|
|
|