mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-07 15:03:34 +00:00
Fix the MODE=tiny builds
This commit is contained in:
parent
e677460d14
commit
1d8f37a2f0
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ static int test_compiler_suffixes(void) {
|
|||
}
|
||||
|
||||
static int test_weird_destructors(void) {
|
||||
char got[200];
|
||||
char got[216];
|
||||
const char *sym = "_ZN13AutoEncoderKLD5Ev";
|
||||
if (__demangle(got, sym, sizeof(got)) == -1)
|
||||
return 10;
|
||||
|
|
Loading…
Reference in a new issue