Fix typo in epicsAtomicTest.cpp testClassify()

This commit is contained in:
Michael Davidsaver
2015-02-27 17:29:11 -05:00
parent 73dcc2745f
commit 89596fc308

View File

@@ -256,7 +256,7 @@ static void testClassify()
#else
testDiag("Compiler dependent impl name undefined");
#endif
#ifdef EPICS_ATOMIC_CMPLR_NAME
#ifdef EPICS_ATOMIC_OS_NAME
testDiag("OS dependent impl name %s", EPICS_ATOMIC_OS_NAME);
#else
testDiag("OS dependent impl name undefined");