mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Remove redefinition in Tests/KVC/nsnull.m
This commit is contained in:
parent
7a39bcf319
commit
4f2cb0672c
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ int main(void) {
|
|||
"Setting an undefined key on NSNull should not crash.");
|
||||
|
||||
// Accessing an undefined key path
|
||||
id result = [nullObject valueForKeyPath:@"some.path"];
|
||||
result = [nullObject valueForKeyPath:@"some.path"];
|
||||
PASS(result == nullObject, "NSNull returns itself for undefined key paths.");
|
||||
|
||||
// Attempting to set a value for an undefined key path
|
||||
|
|
Loading…
Reference in a new issue