summaryrefslogtreecommitdiff
path: root/ACE/tests/Compiler_Features_11_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/Compiler_Features_11_Test.cpp')
-rw-r--r--ACE/tests/Compiler_Features_11_Test.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/ACE/tests/Compiler_Features_11_Test.cpp b/ACE/tests/Compiler_Features_11_Test.cpp
index 540c97d4d6a..6a55167cacc 100644
--- a/ACE/tests/Compiler_Features_11_Test.cpp
+++ b/ACE/tests/Compiler_Features_11_Test.cpp
@@ -24,6 +24,8 @@ run_main (int, ACE_TCHAR *[])
// failure
int status = 0;
+#ifndef ACE_LACKS_IOSTREAM_TOTALLY
+
// Test creation of a output stream ...
std::ostringstream os;
@@ -54,6 +56,7 @@ run_main (int, ACE_TCHAR *[])
12345, v));
}
+#endif
ACE_END_TEST;
return status;
}