summaryrefslogtreecommitdiff
path: root/tests/test/theap.pp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test/theap.pp')
-rw-r--r--tests/test/theap.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test/theap.pp b/tests/test/theap.pp
index dc73e2195b..2c5fe4f31a 100644
--- a/tests/test/theap.pp
+++ b/tests/test/theap.pp
@@ -8,7 +8,7 @@ uses
erroru;
const
-{$ifdef cpusparc}
+{$if defined (cpusparc) or defined(cpui8086)}
Blocks = 1000;
{$else}
Blocks = 10000;