aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite')
-rw-r--r--gcc/testsuite/g++.old-deja/g++.eh/badalloc1.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/g++.old-deja/g++.eh/badalloc1.C b/gcc/testsuite/g++.old-deja/g++.eh/badalloc1.C
index ac1fdd7..6b4a928 100644
--- a/gcc/testsuite/g++.old-deja/g++.eh/badalloc1.C
+++ b/gcc/testsuite/g++.old-deja/g++.eh/badalloc1.C
@@ -4,7 +4,7 @@
// Check we can throw a bad_alloc exception when malloc dies
-static __SIZE_TYPE__ arena[32767]; // so things can initialize
+static __SIZE_TYPE__ arena[64]; // so things can initialize
static int fail;
static unsigned pos;