mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Remove leftover
This commit is contained in:
parent
759bfdf86b
commit
b9ee6a1815
1 changed files with 0 additions and 1 deletions
|
@ -79,7 +79,6 @@ int main()
|
|||
PASS([obj isEqual: obj], "proxy isEqual: to self without remote");
|
||||
[obj setRemote: rem];
|
||||
PASS([obj remote] == rem, "Can set the remote object for the proxy");
|
||||
PASS([sub remote] == rem, "Can set the remote object for the subclass");
|
||||
PASS([obj length] == [rem length], "Get the length of the remote object");
|
||||
PASS([sub length] == [rem length], "Get the length of the subclass object");
|
||||
PASS([obj isEqual: rem], "proxy isEqual: to remote");
|
||||
|
|
Loading…
Reference in a new issue