From 06ba8175888eb1d05654aa615e4261eee2dae0ea Mon Sep 17 00:00:00 2001 From: Kbz-8 Date: Sun, 12 Jan 2025 22:03:45 +0100 Subject: [PATCH] fixing test --- Tests/Vulkan/Backend.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } }