diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-05-15 00:46:25 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-05-15 00:46:25 +0000 |
commit | 84659354e6ee01ae399316ace503d0a4267cb821 (patch) | |
tree | 04115107685278804e9c419a02e0be6e50345994 /tests/Pipe_Test.cpp | |
parent | 7f112ff6968e4fee2a38bcca1a6c1f6630d75e37 (diff) | |
download | ATCD-84659354e6ee01ae399316ace503d0a4267cb821.tar.gz |
*** empty log message ***
Diffstat (limited to 'tests/Pipe_Test.cpp')
-rw-r--r-- | tests/Pipe_Test.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Pipe_Test.cpp b/tests/Pipe_Test.cpp index e8b16f33200..8a9da99747a 100644 --- a/tests/Pipe_Test.cpp +++ b/tests/Pipe_Test.cpp @@ -98,9 +98,9 @@ main (int argc, char *argv[]) ACE_Process_Options options; if (close_pipe == 0) - options.command_line ("Pipe_Test" ACE_PLATFORM_EXE_SUFFIX " -c -d"); + options.command_line (__TEXT ("Pipe_Test") ACE_PLATFORM_EXE_SUFFIX __TEXT (" -c -d")); else - options.command_line ("Pipe_Test" ACE_PLATFORM_EXE_SUFFIX " -c"); + options.command_line (__TEXT ("Pipe_Test") ACE_PLATFORM_EXE_SUFFIX __TEXT (" -c")); for (int i = 0; i < ::iterations; i++) { |