diff options
Diffstat (limited to 'ACE/tests/Bug_3334_Regression_Test.cpp')
-rw-r--r-- | ACE/tests/Bug_3334_Regression_Test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/Bug_3334_Regression_Test.cpp b/ACE/tests/Bug_3334_Regression_Test.cpp index f010305c1bd..f3e0ff4c815 100644 --- a/ACE/tests/Bug_3334_Regression_Test.cpp +++ b/ACE/tests/Bug_3334_Regression_Test.cpp @@ -29,7 +29,7 @@ run_main (int, ACE_TCHAR *argv[]) ACE_TCHAR *_argv[3] = { argv[0], const_cast<ACE_TCHAR*> (ACE_TEXT ("-f")), const_cast<ACE_TCHAR*> - (ACE_TEXT ("Service_Config_Stream_SEGV.conf")) }; + (ACE_TEXT ("Bug_3334_Regression_Test.conf")) }; int status; if ((status = ACE_Service_Config::open (3, _argv, |