From 499d920938b03d55670fbf4f16c10e044ce2b206 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Mon, 24 Oct 2011 15:45:10 +0400 Subject: [PATCH] Fix test_atomic_include for the case of missing CAS primitive * tests/test_atomic_include.template (test_atomicXX): Add action for the missing AO_compare_and_swap primitive. --- tests/test_atomic_include.template | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_atomic_include.template b/tests/test_atomic_include.template index 7d594fa..9fec3f9 100644 --- a/tests/test_atomic_include.template +++ b/tests/test_atomic_include.template @@ -168,6 +168,7 @@ void test_atomicXX(void) TA_assert(x == 42); # else MISSING(AO_compare_and_swap); + if (x == 13) x = 42; # endif # if defined(AO_HAVE_orXX) AO_orXX(&x, 66); -- 2.40.0