Skip to content

Commit

Permalink
Remove leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
hmelder committed Sep 10, 2024
1 parent 759bfdf commit b9ee6a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Tests/base/NSProxy/test00.m
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit b9ee6a1

Please sign in to comment.