summaryrefslogtreecommitdiff
path: root/ACE/tests/Compiler_Features_32_Test.cpp
diff options
context:
space:
mode:
authorAdam Mitz <mitza@objectcomputing.com>2020-08-13 11:12:53 -0500
committerAdam Mitz <mitza@objectcomputing.com>2020-08-13 11:12:53 -0500
commit0e0e54bdcd95385386f81fcb677f2d6718349adf (patch)
tree843881dba724cb783c65c00584ec9463294e0efc /ACE/tests/Compiler_Features_32_Test.cpp
parent647f048b23cd7c74177820424bf872ead6ac19d7 (diff)
downloadATCD-0e0e54bdcd95385386f81fcb677f2d6718349adf.tar.gz
Update Apple-clang version number
Diffstat (limited to 'ACE/tests/Compiler_Features_32_Test.cpp')
-rw-r--r--ACE/tests/Compiler_Features_32_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/Compiler_Features_32_Test.cpp b/ACE/tests/Compiler_Features_32_Test.cpp
index 29590337a2f..186aa99c53d 100644
--- a/ACE/tests/Compiler_Features_32_Test.cpp
+++ b/ACE/tests/Compiler_Features_32_Test.cpp
@@ -45,7 +45,7 @@ A::u_type_::~u_type_ ()
void A::clear ()
{
#if defined __clang__ && \
- (defined __apple_build_version__ && __apple_build_version__ <= 11000033 \
+ (defined __apple_build_version__ && __apple_build_version__ <= 11030032 \
|| __clang_major__ <= 10)
#define CLANG_WORKAROUND
#endif