Add fixups for previous change

This commit is contained in:
Justine Tunney 2022-06-27 15:00:51 -07:00
parent 3c92adfd6e
commit 5297897ba1
47 changed files with 68 additions and 15 deletions

View file

@ -47,6 +47,7 @@ void SetUp(void) {
__attribute__((__constructor__)) static void init(void) {
pledge("stdio rpath", 0);
errno = 0;
}
TEST(malloc, zeroMeansOne) {