fixing test

This commit is contained in:
2025-01-12 22:03:45 +01:00
parent 76483ae32e
commit 06ba817588

View File

@@ -13,7 +13,7 @@ void TestVulkanSupport()
{ {
if(!PulseSupportsBackend(PULSE_BACKEND_VULKAN, PULSE_SHADER_FORMAT_SPIRV_BIT)) if(!PulseSupportsBackend(PULSE_BACKEND_VULKAN, PULSE_SHADER_FORMAT_SPIRV_BIT))
{ {
TEST_FAIL_MESSAGE("Vulkan is not supported"); TEST_MESSAGE("Vulkan is not supported");
exit(1); exit(1);
} }
} }