summaryrefslogtreecommitdiff
path: root/ACE/tests/Mem_Map_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/Mem_Map_Test.cpp')
-rw-r--r--ACE/tests/Mem_Map_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/Mem_Map_Test.cpp b/ACE/tests/Mem_Map_Test.cpp
index 81a496cbb00..9d1d56b76e6 100644
--- a/ACE/tests/Mem_Map_Test.cpp
+++ b/ACE/tests/Mem_Map_Test.cpp
@@ -261,7 +261,7 @@ run_main (int, ACE_TCHAR *[])
// Now do a memcmp -- the orig file and the second temporary file
// should be identical.
- ACE_ASSERT (ACE_OS::memcmp (temp_mmap2.addr (),
+ ACE_TEST_ASSERT (ACE_OS::memcmp (temp_mmap2.addr (),
mmap.addr (),
mmap.size ()) == 0);