summaryrefslogtreecommitdiff
path: root/tests/Pipe_Test.cpp
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-24 20:51:11 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-24 20:51:11 +0000
commitdbeac73f76c854ecf1b73740cbd500ae35b47039 (patch)
tree1f4fb52dc5e816fdcb99eae71f2629220fbe1140 /tests/Pipe_Test.cpp
parenta1e8f68499017845b93c6becd8b11b63629bba04 (diff)
downloadATCD-dbeac73f76c854ecf1b73740cbd500ae35b47039.tar.gz
Replaced __TEXT with ACE_TEXT
Diffstat (limited to 'tests/Pipe_Test.cpp')
-rw-r--r--tests/Pipe_Test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Pipe_Test.cpp b/tests/Pipe_Test.cpp
index 519066f2dd6..a8214a09489 100644
--- a/tests/Pipe_Test.cpp
+++ b/tests/Pipe_Test.cpp
@@ -105,9 +105,9 @@ main (int argc, char *argv[])
ACE_Process_Options options;
if (close_pipe == 0)
- options.command_line (__TEXT ("Pipe_Test") ACE_PLATFORM_EXE_SUFFIX __TEXT (" -c -d"));
+ options.command_line (ACE_TEXT ("Pipe_Test") ACE_PLATFORM_EXE_SUFFIX ACE_TEXT (" -c -d"));
else
- options.command_line (__TEXT ("Pipe_Test") ACE_PLATFORM_EXE_SUFFIX __TEXT (" -c"));
+ options.command_line (ACE_TEXT ("Pipe_Test") ACE_PLATFORM_EXE_SUFFIX ACE_TEXT (" -c"));
for (int i = 0; i < ::iterations; i++)
{