summaryrefslogtreecommitdiff
path: root/ACE/tests/CDR_File_Test.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-09-29 18:05:04 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-09-29 18:05:04 +0000
commitb1875e64c62519c13a7c88ab7af101c474339534 (patch)
tree6c39474853737e63d1e659019afe87f2274a8305 /ACE/tests/CDR_File_Test.cpp
parent9302d037b49083e1524a5071e111445238c1ef86 (diff)
downloadATCD-b1875e64c62519c13a7c88ab7af101c474339534.tar.gz
Mon Sep 29 18:04:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/tests/CDR_File_Test.cpp')
-rw-r--r--ACE/tests/CDR_File_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/CDR_File_Test.cpp b/ACE/tests/CDR_File_Test.cpp
index 30ca4d8b636..63b82905f42 100644
--- a/ACE/tests/CDR_File_Test.cpp
+++ b/ACE/tests/CDR_File_Test.cpp
@@ -411,7 +411,7 @@ run_main (int argc, ACE_TCHAR *argv[])
filename.get_path_name ()),
1);
-#if !defined (ACE_VXWORKS) && !defined (ACE_HAS_PHARLAP) || (defined(ACE_VXWORKS) && (ACE_VXWORKS >= 0x640))
+#if !defined (ACE_VXWORKS) && !defined (ACE_HAS_PHARLAP) || (defined(ACE_VXWORKS) && (ACE_VXWORKS > 0x660))
# define TEST_CAN_UNLINK_IN_ADVANCE
#endif