summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/test_atomic.template1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_atomic.template b/tests/test_atomic.template
index f80eac8..d367d1a 100644
--- a/tests/test_atomic.template
+++ b/tests/test_atomic.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);