From 24c31929895509e533097663e09ea55fe0e7c490 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Wed, 13 Oct 2021 21:32:14 +0300 Subject: 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. --- tests/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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)) -- cgit v1.2.1