ULT renaming: AUB Memory Dump tests

Related-To: NEO-2236

Signed-off-by: Adam Cetnerowski <adam.cetnerowski@intel.com>
This commit is contained in:
Adam Cetnerowski
2021-03-22 11:29:46 +00:00
committed by Compute-Runtime-Automation
parent 0dc2143dea
commit 723d8a4b72

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2019-2020 Intel Corporation
* Copyright (C) 2019-2021 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -12,7 +12,7 @@ namespace NEO {
using Gen12LPAubMemDumpTests = Test<ClDeviceFixture>;
GEN12LPTEST_F(Gen12LPAubMemDumpTests, simpleCCS) {
GEN12LPTEST_F(Gen12LPAubMemDumpTests, GivenCcsThenExpectationsAreMet) {
setupAUB<FamilyType>(pDevice, aub_stream::ENGINE_CCS);
}