Fixed obvious typo in t_atomic

This commit is contained in:
Francis Dupont 2016-09-08 02:00:12 +02:00
parent 7e8f6348fc
commit d5cd6390de

View file

@ -338,7 +338,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 }