mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-29 17:13:29 +08:00
Rename levelNotReady to notReady
Change-Id: Id482c6edd36d1bdd63558aa35f13dbb57e0efbad Signed-off-by: Maciej Dziuban <maciej.dziuban@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
5293b26dc6
commit
7ef2e4304c
@@ -241,7 +241,7 @@ HWTEST_F(BarrierTest, givenBlockedCommandQueueAndEnqueueBarrierWithWaitlistRetur
|
||||
|
||||
EXPECT_EQ(CL_SUCCESS, retVal);
|
||||
auto pEvent = (Event *)event;
|
||||
EXPECT_EQ(pEvent->peekTaskCount(), CompletionStamp::levelNotReady);
|
||||
EXPECT_EQ(pEvent->peekTaskCount(), CompletionStamp::notReady);
|
||||
event2.setStatus(CL_COMPLETE);
|
||||
clReleaseEvent(event);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user