summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-03-19 03:14:00 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-03-19 03:14:00 +0000
commit4b9624862a7752f19adf7591853db5bded00a613 (patch)
tree2568bc1e8a43a6628a47c81093ffaf233848001d /tests
parent7935af0530c08aacb61fd92af11ba841cfe12491 (diff)
downloadATCD-4b9624862a7752f19adf7591853db5bded00a613.tar.gz
*** empty log message ***
Diffstat (limited to 'tests')
-rw-r--r--tests/Mem_Map_Test.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/Mem_Map_Test.cpp b/tests/Mem_Map_Test.cpp
index ff5f2cd84c6..fa9078bc608 100644
--- a/tests/Mem_Map_Test.cpp
+++ b/tests/Mem_Map_Test.cpp
@@ -157,6 +157,15 @@ main (int, char *[])
mmap.addr (),
mmap.size ()) == 0);
+ // Delete ACE_DEFAULT_TEST_FILE
+ mmap.remove ();
+
+ // Delete ACE_TEMP_TEST_FILE
+ temp_mmap.remove ();
+
+ // Delete ACE_TEMP_TEST_FILE_2
+ temp_mmap2.remove ();
+
ACE_END_TEST;
return 0;
}