summaryrefslogtreecommitdiff
path: root/ACE/tests/Compiler_Features_03_Test.cpp
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-08-03 17:05:19 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-08-03 17:05:19 +0000
commit0ab9669104fb70db410590119e91cc8c800321d4 (patch)
tree77abcee6880da42f3719322acdb09fd398f13fe3 /ACE/tests/Compiler_Features_03_Test.cpp
parent9a6d715f9447aab1e615be22a8b179ba7f8b738c (diff)
downloadATCD-0ab9669104fb70db410590119e91cc8c800321d4.tar.gz
ChangeLogTag:Mon Aug 3 02:17:38 UTC 2009 Carlos O'Ryan <coryan@atdesk.com>
Diffstat (limited to 'ACE/tests/Compiler_Features_03_Test.cpp')
-rw-r--r--ACE/tests/Compiler_Features_03_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/Compiler_Features_03_Test.cpp b/ACE/tests/Compiler_Features_03_Test.cpp
index d932f864ba3..59cba0840bb 100644
--- a/ACE/tests/Compiler_Features_03_Test.cpp
+++ b/ACE/tests/Compiler_Features_03_Test.cpp
@@ -55,7 +55,7 @@ run_main (int, ACE_TCHAR *[])
{
status = 1;
ACE_ERROR ((LM_ERROR, ACE_TEXT("Expected %d got %d\n"),
- expected, sum));
+ expected, sum));
}
ACE_END_TEST;