From cfa20db199eb6e7f2494c84b3aa64d417860da08 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Thu, 8 Sep 2016 01:54:18 +0200 Subject: [PATCH] Fixed obvious typo in t_atomic --- bin/tests/atomic/t_atomic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/tests/atomic/t_atomic.c b/bin/tests/atomic/t_atomic.c index 385d319f0b..67ef53354f 100644 --- a/bin/tests/atomic/t_atomic.c +++ b/bin/tests/atomic/t_atomic.c @@ -330,7 +330,7 @@ testspec_t T_testlist[] = { #ifdef ISC_PLATFORM_HAVEATOMICSTORE { (PFV) test_atomic_store, "test_atomic_store" }, #endif -#if defined(ISC_PLATFORM_HAVEXADDQ) +#if defined(ISC_PLATFORM_HAVEATOMICSTOREQ) { (PFV) test_atomic_storeq, "test_atomic_storeq" }, #endif { (PFV) 0, NULL }