ULT renaming: Sharing tests
Related-To: NEO-2236 Signed-off-by: Adam Cetnerowski <adam.cetnerowski@intel.com>
This commit is contained in:
parent
d7f38ca8e5
commit
4bad959427
|
@ -40,7 +40,7 @@ typedef ::testing::Types<
|
||||||
|
|
||||||
TYPED_TEST_CASE(VABaseObjectTests, BaseObjectTypes);
|
TYPED_TEST_CASE(VABaseObjectTests, BaseObjectTypes);
|
||||||
|
|
||||||
TYPED_TEST(VABaseObjectTests, commonRuntimeExpectsDispatchTableAtFirstPointerInObject) {
|
TYPED_TEST(VABaseObjectTests, GivenCommonRuntimeThenDispatchTableAtFirstPointerInObject) {
|
||||||
TypeParam objectDrv;
|
TypeParam objectDrv;
|
||||||
|
|
||||||
// Automatic downcasting to _cl_type *.
|
// Automatic downcasting to _cl_type *.
|
||||||
|
|
Loading…
Reference in New Issue