diff --git a/Tests/Vulkan/Backend.c b/Tests/Vulkan/Backend.c index 44a186b..2e74154 100644 --- a/Tests/Vulkan/Backend.c +++ b/Tests/Vulkan/Backend.c @@ -13,7 +13,7 @@ void TestVulkanSupport() { 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); } }