NSJSONSerialization: Return 0 in test case

This commit is contained in:
hmelder 2025-04-18 17:24:28 +08:00 committed by Hugo Melder
parent cc0d8d88e5
commit 4ccb364b23

View file

@ -31,4 +31,5 @@ int main(void) {
testLexicographicalOrder();
[arp release];
}
return 0;
}