summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test.c b/tests/test.c
index c728daa4..ba6c19ca 100644
--- a/tests/test.c
+++ b/tests/test.c
@@ -1462,7 +1462,7 @@ void run_one_test(void)
}
}
# ifndef ALL_INTERIOR_POINTERS
-# if defined(RS6000) || defined(POWERPC)
+# if defined(POWERPC)
if (!TEST_FAIL_COUNT(1))
# else
if (!TEST_FAIL_COUNT(GC_get_all_interior_pointers() ? 1 : 2))