summaryrefslogtreecommitdiff
path: root/ACE/tests
diff options
context:
space:
mode:
authorAdam Mitz <mitza@ociweb.com>2018-11-07 10:45:32 -0600
committerAdam Mitz <mitza@ociweb.com>2018-11-07 10:45:32 -0600
commit2bc4eca4e2bd4ea75433c2d5699781590df996e4 (patch)
treed8c9419bb168eec69cb12989ad441f35c7667c47 /ACE/tests
parentf6b983b175a97b3ab8ed2729f2e2bcf54f196b46 (diff)
downloadATCD-2bc4eca4e2bd4ea75433c2d5699781590df996e4.tar.gz
Current versions of clang claim to have this fixed, its bugzilla bug is closed
Diffstat (limited to 'ACE/tests')
-rw-r--r--ACE/tests/Bug_3709_Regression_Test.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/ACE/tests/Bug_3709_Regression_Test.cpp b/ACE/tests/Bug_3709_Regression_Test.cpp
index 11b7d4fc1dc..f902a4bfbc3 100644
--- a/ACE/tests/Bug_3709_Regression_Test.cpp
+++ b/ACE/tests/Bug_3709_Regression_Test.cpp
@@ -17,12 +17,6 @@ using namespace std;
#define BROKEN_TEMPLATE_TEMPLATE
#endif
-// clang version 2.9 crashes when trying to compile the test
-// http://llvm.org/bugs/show_bug.cgi?id=9643
-#ifdef __clang__
-#define BROKEN_TEMPLATE_TEMPLATE
-#endif
-
#ifdef __SUNPRO_CC
#define BROKEN_TEMPLATE_TEMPLATE
#endif