diff options
author | kirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-11-25 06:33:38 +0000 |
---|---|---|
committer | kirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-11-25 06:33:38 +0000 |
commit | aa86271626957871e3f9e1aba99e88bc5af3adb2 (patch) | |
tree | 5dff49a13b05f6ecac10548e21f0a57adbb10dc0 /tests/DLL_Test.cpp | |
parent | bc99decd7305a5fc23c9866c3d930683adeeb292 (diff) | |
download | ATCD-aa86271626957871e3f9e1aba99e88bc5af3adb2.tar.gz |
*** empty log message ***
Diffstat (limited to 'tests/DLL_Test.cpp')
-rw-r--r-- | tests/DLL_Test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/DLL_Test.cpp b/tests/DLL_Test.cpp index 83e4a4fe9ce..ae005103ffb 100644 --- a/tests/DLL_Test.cpp +++ b/tests/DLL_Test.cpp @@ -84,7 +84,7 @@ main (void) ACE_DEBUG ((LM_DEBUG, "before opening\n")); - if (0 != open ("", 0)) + if (0 != open (".obj/DLL_Test.o",0,1)) ACE_ERROR_RETURN ((LM_ERROR, "Cant open the library\n"), -1); |