summaryrefslogtreecommitdiff
path: root/support/regression/tests/array.c.in
diff options
context:
space:
mode:
Diffstat (limited to 'support/regression/tests/array.c.in')
-rw-r--r--support/regression/tests/array.c.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/regression/tests/array.c.in b/support/regression/tests/array.c.in
index 4b29d7e4e..b71549e52 100644
--- a/support/regression/tests/array.c.in
+++ b/support/regression/tests/array.c.in
@@ -22,7 +22,7 @@ volatile unsigned {type} idx2;
void
testArrayAccess(void)
{
-#ifndef __SDCC_pdk14 // Not enough RAM for all the temporaries.
+#if !defined(__SDCC_pdk13) && !defined(__SDCC_pdk14) // Not enough RAM for all the temporaries.
idx = 2;
ASSERT(array_const_char[idx] == TC(2));