From: Francis Dupont Date: Wed, 7 Sep 2016 23:56:47 +0000 (+0200) Subject: Fixed obvious typo in t_atomic X-Git-Tag: v9.11.0rc2~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=086454217d302af723e24f09cef849875a3235d0;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 }