ULT renaming: Sharing tests

Related-To: NEO-2236

Signed-off-by: Adam Cetnerowski <adam.cetnerowski@intel.com>
This commit is contained in:
Adam Cetnerowski 2021-05-24 09:56:32 +00:00 committed by Compute-Runtime-Automation
parent d7f38ca8e5
commit 4bad959427
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ typedef ::testing::Types<
TYPED_TEST_CASE(VABaseObjectTests, BaseObjectTypes);
TYPED_TEST(VABaseObjectTests, commonRuntimeExpectsDispatchTableAtFirstPointerInObject) {
TYPED_TEST(VABaseObjectTests, GivenCommonRuntimeThenDispatchTableAtFirstPointerInObject) {
TypeParam objectDrv;
// Automatic downcasting to _cl_type *.