Skip to content

Commit

Permalink
Add missing return value
Browse files Browse the repository at this point in the history
  • Loading branch information
hmelder committed Oct 28, 2024
1 parent cf4c985 commit 4f0a8d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tests/base/NSString/common_prefix.m
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,7 @@ int main()
PASS_EQUAL(result, @"abc", "common prefix of 'abc' and 'abcx' is 'abc'");

[arp drain];

return 0;
}

0 comments on commit 4f0a8d6

Please sign in to comment.