summaryrefslogtreecommitdiff
path: root/ACE/tests/Compiler_Features_16_Test.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2012-09-27 09:39:28 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2012-09-27 09:39:28 +0000
commit69ef9869870836dbdf00b9e96b941bff965a2333 (patch)
treeab01d82463e65766f84c4e23681f759f36454512 /ACE/tests/Compiler_Features_16_Test.cpp
parent19ee4599e206f585eb146ea1d09771f78cb9c5bc (diff)
downloadATCD-69ef9869870836dbdf00b9e96b941bff965a2333.tar.gz
Diffstat (limited to 'ACE/tests/Compiler_Features_16_Test.cpp')
-rw-r--r--ACE/tests/Compiler_Features_16_Test.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/ACE/tests/Compiler_Features_16_Test.cpp b/ACE/tests/Compiler_Features_16_Test.cpp
index 50197730924..9a5b09a8171 100644
--- a/ACE/tests/Compiler_Features_16_Test.cpp
+++ b/ACE/tests/Compiler_Features_16_Test.cpp
@@ -24,7 +24,7 @@ namespace CORBA {
};// TCKind
};
-std::ostream& operator<<
+std::ostream& operator<<
(std::ostream& strm,CORBA::TCKind _enumerator)
{
switch (_enumerator) {
@@ -41,9 +41,9 @@ run_main (int, ACE_TCHAR *[])
ACE_DEBUG ((LM_INFO,
ACE_TEXT ("Strongly typed enums work.\n")));
-
+
ACE_END_TEST;
-
+
return 0;
}
@@ -55,7 +55,7 @@ run_main (int, ACE_TCHAR *[])
ACE_DEBUG ((LM_INFO,
ACE_TEXT ("No C++11 support enabled\n")));
-
+
ACE_END_TEST;
return 0;
}