summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-06-01 12:13:53 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-06-01 12:13:53 +0000
commit9010930389df223bf266ee87fde64ec8b03e4b06 (patch)
treeffabdd33f3d30fc8126b34a20651c4972f706e0c /tests
parent3970c89940d32ce67324cc19ee105de6293ea5f9 (diff)
downloadATCD-9010930389df223bf266ee87fde64ec8b03e4b06.tar.gz
ChangeLogTag: Thu Jun 1 11:38:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'tests')
-rw-r--r--tests/Dirent_Test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Dirent_Test.cpp b/tests/Dirent_Test.cpp
index 6a91fa743c9..11cae162cbb 100644
--- a/tests/Dirent_Test.cpp
+++ b/tests/Dirent_Test.cpp
@@ -37,7 +37,7 @@ ACE_RCSID (tests,
"$Id Dirent_Test.cpp,v 4.10 2003/05/18 19:17:34 dhinton Exp$")
-#if (defined (ACE_VXWORKS) && (ACE_VXWORKS < 0x600)) || defined(CHORUS)
+#if (defined (ACE_VXWORKS) && (ACE_VXWORKS < 0x600))
#define TEST_DIR "log"
#define DIR_DOT "."
#define DIR_DOT_DOT ".."
@@ -53,7 +53,7 @@ ACE_RCSID (tests,
# define DIR_DOT_DOT ".."
# define TEST_ENTRY "run_test.lst"
# endif /* ACE_LACKS_STRUCT_DIR */
-#endif /* VXWORKS || CHORUS */
+#endif /* ACE_VXWORKS < 0x600 */
static const int RECURSION_INDENT = 3;