summaryrefslogtreecommitdiff
path: root/ACE/tests/ACE_Init_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/ACE_Init_Test.cpp')
-rw-r--r--ACE/tests/ACE_Init_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/ACE_Init_Test.cpp b/ACE/tests/ACE_Init_Test.cpp
index 89373bc32ba..355b70b5349 100644
--- a/ACE/tests/ACE_Init_Test.cpp
+++ b/ACE/tests/ACE_Init_Test.cpp
@@ -25,7 +25,7 @@ run_main (int, ACE_TCHAR *[])
{
ACE_START_TEST (ACE_TEXT ("ACE_Init_Test"));
ACE_ERROR ((LM_INFO,
- ACE_TEXT ("This is not a Win32 platform, test skipped\n")));
+ ACE_TEXT ("This is not a Win32 platform with MFC support, test skipped\n")));
ACE_END_TEST;
return 0;
}