Chromium Code Reviews| Index: tests/language/is_object_test.dart |
| =================================================================== |
| --- tests/language/is_object_test.dart (revision 7471) |
| +++ tests/language/is_object_test.dart (working copy) |
| @@ -42,5 +42,4 @@ |
| testTryCatch(444); |
| testTryCatch('abc'); |
| testTryCatch(true); |
| - testTryCatch(null); |
| } |