From: Francis Dupont Date: Wed, 7 Sep 2016 23:54:18 +0000 (+0200) Subject: Fixed obvious typo in t_atomic X-Git-Tag: v9.12.0~1275 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=cfa20db199eb6e7f2494c84b3aa64d417860da08;p=thirdparty%2Fbind9.git Fixed obvious typo in t_atomic --- diff --git a/bin/tests/atomic/t_atomic.c b/bin/tests/atomic/t_atomic.c index 385d319f0b0..67ef53354fb 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 }