ULT renaming: Aggregator tests

Related-To: NEO-2236

Change-Id: Ie8522f42238cad03b7ba9a5e18404e8f6a96bd39
Signed-off-by: Adam Cetnerowski <adam.cetnerowski@intel.com>
This commit is contained in:
Adam Cetnerowski 2020-01-17 13:16:56 -08:00 committed by sys_ocldev
parent a7dba34814
commit 3180171208
1 changed files with 1 additions and 1 deletions

View File

@ -473,7 +473,7 @@ TEST(SubmissionsAggregator, givenCommandBuffersRequiringDifferentPrioritySetting
EXPECT_EQ(1u, cmdBuffer->inspectionId);
}
TEST(SubmissionsAggregator, dontAllocateFlushStamp) {
TEST(SubmissionsAggregator, WhenAggregatorIsCreatedThenFlushStampIsNotAllocated) {
std::unique_ptr<Device> device(MockDevice::createWithNewExecutionEnvironment<MockDevice>(nullptr));
CommandBuffer cmdBuffer(*device);
EXPECT_EQ(nullptr, cmdBuffer.flushStamp->getStampReference());