summaryrefslogtreecommitdiff
path: root/tests/Malloc_Test.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-01-21 02:19:20 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-01-21 02:19:20 +0000
commit5ed73f5e12b9f2b29a64bbeb59ef5e02e2ed82b2 (patch)
treec0bb0eb13dfd8efbb8228ba705798e4742d786d7 /tests/Malloc_Test.cpp
parent1ae2604067857ec3dfcffdf365127a153a4161e0 (diff)
downloadATCD-5ed73f5e12b9f2b29a64bbeb59ef5e02e2ed82b2.tar.gz
ChangeLogTag:Thu Jan 20 18:18:00 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'tests/Malloc_Test.cpp')
-rw-r--r--tests/Malloc_Test.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/Malloc_Test.cpp b/tests/Malloc_Test.cpp
index 32d06b54932..45496fbb496 100644
--- a/tests/Malloc_Test.cpp
+++ b/tests/Malloc_Test.cpp
@@ -301,8 +301,7 @@ child (void)
}
print ("child",
- ACE_reinterpret_cast (Test_Data *,
- bar));
+ reinterpret_cast<Test_Data *> (bar));
return 0;
}