mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-29 09:03:14 +08:00
Fix printfs in test
Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
bd3862f0e1
commit
3d63e77d9f
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user