summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/slang-test/test-reporter.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/slang-test/test-reporter.cpp b/tools/slang-test/test-reporter.cpp
index e0696eab2..ede5823c7 100644
--- a/tools/slang-test/test-reporter.cpp
+++ b/tools/slang-test/test-reporter.cpp
@@ -221,13 +221,6 @@ void TestReporter::dumpOutputDifference(const String& expectedOutput, const Stri
expectedOutput.getBuffer(),
actualOutput.getBuffer());
-
- if (m_dumpOutputOnFailure && canWriteStdError())
- {
- fprintf(stderr, "%s", builder.getBuffer());
- fflush(stderr);
- }
-
// Add to the m_currentInfo
message(TestMessageType::TestFailure, builder);
}