summaryrefslogtreecommitdiff
path: root/tests/Reactor_Exceptions_Test.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-01-17 22:41:27 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-01-17 22:41:27 +0000
commitf17eca1d565e90621c7a4f73f45a4f61cbf6db40 (patch)
treee9bf46809ee04db51d19ad9f7fb21efaebf2530e /tests/Reactor_Exceptions_Test.cpp
parentbffe9e8dac6bbdc2a43b0b13751c82243c6e891f (diff)
downloadATCD-f17eca1d565e90621c7a4f73f45a4f61cbf6db40.tar.gz
.
Diffstat (limited to 'tests/Reactor_Exceptions_Test.cpp')
-rw-r--r--tests/Reactor_Exceptions_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Reactor_Exceptions_Test.cpp b/tests/Reactor_Exceptions_Test.cpp
index c6048a2fe07..cc4905525fa 100644
--- a/tests/Reactor_Exceptions_Test.cpp
+++ b/tests/Reactor_Exceptions_Test.cpp
@@ -200,7 +200,7 @@ main (int argc, ASYS_TCHAR *argv[])
ACE_UNUSED_ARG (argc);
ACE_UNUSED_ARG (argv);
ACE_ERROR ((LM_INFO,
- ASYS_TEXT ("C++ exceptions not supported on this platform\n")));
+ ASYS_TEXT ("C++ exception support not enabled on this platform\n")));
#endif /* ACE_HAS_EXCEPTIONS */
ACE_END_TEST;