summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2021-10-13 21:32:14 +0300
committerIvan Maidanski <ivmai@mail.ru>2021-10-13 21:32:14 +0300
commit24c31929895509e533097663e09ea55fe0e7c490 (patch)
tree4583884d241874071d8b9ce470d2e49620fccced /tests
parent561484bfc1c4e6f960d509b87a07d8ed2f00d8ba (diff)
downloadbdwgc-24c31929895509e533097663e09ea55fe0e7c490.tar.gz
Remove checking of RS6000 completely
(fix of commit 3bfe50b3c) * tests/test.c [!DBG_HDRS_ALL && !ALL_INTERIOR_POINTERS] (run_one_test): Do not test for RS6000.
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))