2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 05:28:00 +00:00

Fixed obvious typo in t_atomic

This commit is contained in:
Francis Dupont 2016-09-08 01:54:18 +02:00
parent 5125df6753
commit cfa20db199

View File

@ -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 }