From 3ad93bd3f715b321b0c7156d28a17b98b3c13510 Mon Sep 17 00:00:00 2001 From: Aaron Greig Date: Tue, 28 Jan 2025 15:57:57 +0000 Subject: [PATCH] test change --- test/conformance/platform/urPlatformCreateWithNativeHandle.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/conformance/platform/urPlatformCreateWithNativeHandle.cpp b/test/conformance/platform/urPlatformCreateWithNativeHandle.cpp index 25a428aebf..fb810494c2 100644 --- a/test/conformance/platform/urPlatformCreateWithNativeHandle.cpp +++ b/test/conformance/platform/urPlatformCreateWithNativeHandle.cpp @@ -8,6 +8,7 @@ struct urPlatformCreateWithNativeHandleTest : uur::urPlatformTest { void SetUp() override { + ASSERT_TRUE(false); UUR_RETURN_ON_FATAL_FAILURE(uur::urPlatformTest::SetUp()); ASSERT_SUCCESS(urPlatformGetInfo(platform, UR_PLATFORM_INFO_ADAPTER, sizeof(ur_adapter_handle_t), &adapter,