Fix printfs in test

Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
Lukasz Jobczyk
2021-02-24 07:28:26 +00:00
committed by Compute-Runtime-Automation
parent bd3862f0e1
commit 3d63e77d9f

View File

@@ -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);