Fix the MODE=tiny builds

This commit is contained in:
Justine Tunney 2024-06-03 10:36:38 -07:00
parent e677460d14
commit 1d8f37a2f0
No known key found for this signature in database
GPG key ID: BE714B4575D6E328

View file

@ -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;