From 678fd2a3cc7583481fd179efc5be0b4a59a040fe Mon Sep 17 00:00:00 2001 From: AzaezelX Date: Wed, 21 Jun 2023 13:02:12 -0500 Subject: [PATCH] assert to skip the rest --- Engine/source/windowManager/test/windowManagerTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Engine/source/windowManager/test/windowManagerTest.cpp b/Engine/source/windowManager/test/windowManagerTest.cpp index a11170f69..e0fe5712b 100644 --- a/Engine/source/windowManager/test/windowManagerTest.cpp +++ b/Engine/source/windowManager/test/windowManagerTest.cpp @@ -29,7 +29,7 @@ TEST(WinMgr, BasicAPI) { PlatformWindowManager *pwm = CreatePlatformWindowManager(); - EXPECT_TRUE(pwm) + ASSERT_TRUE(pwm) << "no monitor to test against!"; // Check out the primary desktop area...