summaryrefslogtreecommitdiff
path: root/ACE/tests/Malloc_Test.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-11-08 07:12:05 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-11-08 07:12:05 +0000
commitf055a6a0b700b2498757e21882e78f6318c18637 (patch)
treec4fd4f95c8f9a6d12fe436e26b44ccd5250f1fd1 /ACE/tests/Malloc_Test.cpp
parent6638e41ffc9b3c412708d9424fe73ae6e33ac2ce (diff)
downloadATCD-f055a6a0b700b2498757e21882e78f6318c18637.tar.gz
Sat Nov 8 07:11:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/tests/Malloc_Test.cpp')
-rw-r--r--ACE/tests/Malloc_Test.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/ACE/tests/Malloc_Test.cpp b/ACE/tests/Malloc_Test.cpp
index 14a07aa19c2..65fd0b8874f 100644
--- a/ACE/tests/Malloc_Test.cpp
+++ b/ACE/tests/Malloc_Test.cpp
@@ -360,12 +360,6 @@ run_main (int argc, ACE_TCHAR *[])
ACE_PLATFORM_EXE_SUFFIX
ACE_TEXT (" run_as_test"));
-#ifdef ACE_HAS_WINCE
- // \Windows\Start Menu is where Malloc_Test.exe will be downloaded to.
- // Check project setting for the directory information if needs to be changed.
- options.process_name(ACE_TEXT("\\Windows\\Start Menu\\Malloc_Test.exe"));
-#endif
-
MALLOC *myalloc = myallocator (PARENT_BASE_ADDR);
Test_Data *data = initialize (myalloc);