mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 12:23:05 +08:00
Map/unmap enqueue fixes [1/n]: Unify Buffer and Image paths
Change-Id: I59bf18072c15367ff6caec5dbdc1350ea2d93281
This commit is contained in:
@@ -93,7 +93,7 @@ TEST_F(clEnqueueMapBufferTests, validInputs_returnsSuccess) {
|
||||
nullptr,
|
||||
&eventReturned,
|
||||
&retVal);
|
||||
EXPECT_EQ(nullptr, ptrResult);
|
||||
EXPECT_NE(nullptr, ptrResult);
|
||||
EXPECT_EQ(CL_SUCCESS, retVal);
|
||||
|
||||
retVal = clReleaseMemObject(buffer);
|
||||
|
||||
Reference in New Issue
Block a user