summaryrefslogtreecommitdiff
path: root/tests/Mem_Map_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Mem_Map_Test.cpp')
-rw-r--r--tests/Mem_Map_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Mem_Map_Test.cpp b/tests/Mem_Map_Test.cpp
index bfb390d3120..7c45b928480 100644
--- a/tests/Mem_Map_Test.cpp
+++ b/tests/Mem_Map_Test.cpp
@@ -63,7 +63,7 @@ reverse_file (ACE_HANDLE file_handle,
static int
create_test_file (int line_length, int num_lines)
{
- char *mybuf = 0;
+ char *mybuf;
ACE_NEW_RETURN (mybuf, char[line_length + 1], -1);
char *c = ACE_ALPHABET;