diff --git a/test/conformance/device/urDeviceCreateWithNativeHandle.cpp b/test/conformance/device/urDeviceCreateWithNativeHandle.cpp index 81ddfed87e..7745bbdeff 100644 --- a/test/conformance/device/urDeviceCreateWithNativeHandle.cpp +++ b/test/conformance/device/urDeviceCreateWithNativeHandle.cpp @@ -29,7 +29,7 @@ TEST_P(urDeviceCreateWithNativeHandleTest, Success) { &dev_id, nullptr)); } -TEST_F(urDeviceCreateWithNativeHandleTest, +TEST_P(urDeviceCreateWithNativeHandleTest, SuccessWithExplicitUnOwnedNativeHandle) { ur_native_handle_t native_handle = 0; UUR_ASSERT_SUCCESS_OR_UNSUPPORTED( diff --git a/test/conformance/platform/urPlatformCreateWithNativeHandle.cpp b/test/conformance/platform/urPlatformCreateWithNativeHandle.cpp index 5133c54d3a..25a428aebf 100644 --- a/test/conformance/platform/urPlatformCreateWithNativeHandle.cpp +++ b/test/conformance/platform/urPlatformCreateWithNativeHandle.cpp @@ -37,7 +37,7 @@ TEST_P(urPlatformCreateWithNativeHandleTest, Success) { ASSERT_EQ(input_platform_name, created_platform_name); } -TEST_F(urPlatformCreateWithNativeHandleTest, +TEST_P(urPlatformCreateWithNativeHandleTest, SuccessWithExplicitUnOwnedNativeHandle) { ur_native_handle_t native_handle = 0;