summaryrefslogtreecommitdiff
path: root/ACE/tests/Auto_Event_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/Auto_Event_Test.cpp')
-rw-r--r--ACE/tests/Auto_Event_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/Auto_Event_Test.cpp b/ACE/tests/Auto_Event_Test.cpp
index e7449c740c0..7b7d2828a43 100644
--- a/ACE/tests/Auto_Event_Test.cpp
+++ b/ACE/tests/Auto_Event_Test.cpp
@@ -23,7 +23,7 @@
// msec that times are allowed to differ before test fails.
#if defined (ACE_HAS_HI_RES_TIMER) || defined (ACE_HAS_AIX_HI_RES_TIMER) || \
- defined (ACE_HAS_PENTIUM) || defined (ACE_HAS_ALPHA_TIMER) || \
+ defined (ACE_HAS_PENTIUM) || \
defined (ACE_HAS_POWERPC_TIMER)
# define ACE_ALLOWED_SLACK 100
#else /* don't have a high-res timer */