From 3d63e77d9f8a09982f140bc01545804f4198d46a Mon Sep 17 00:00:00 2001 From: Lukasz Jobczyk Date: Wed, 24 Feb 2021 07:28:26 +0000 Subject: [PATCH] Fix printfs in test Signed-off-by: Lukasz Jobczyk --- .../unit_test/os_interface/linux/drm_command_stream_tests.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/opencl/test/unit_test/os_interface/linux/drm_command_stream_tests.cpp b/opencl/test/unit_test/os_interface/linux/drm_command_stream_tests.cpp index cacf662bf5..47fefd27e5 100644 --- a/opencl/test/unit_test/os_interface/linux/drm_command_stream_tests.cpp +++ b/opencl/test/unit_test/os_interface/linux/drm_command_stream_tests.cpp @@ -1207,9 +1207,6 @@ HWTEST_TEMPLATED_F(DrmCommandStreamEnhancedTest, givenPrintBOsForSubmitWhenPrint } expected << "\n"; - std::cout << output << std::endl; - std::cout << expected.str() << std::endl; - EXPECT_FALSE(output.compare(expected.str())); mm->freeGraphicsMemory(allocation1);