From ad173b3ee2cb4d2f4cbc6d419fc2f227af15998c Mon Sep 17 00:00:00 2001 From: joe pribele Date: Wed, 10 Aug 2022 14:10:45 -0400 Subject: [PATCH] [Core] only run ensure tests if ensure is enabled #rb zousar.shaker #preflight 62f3f015bc175ec68c477d8a [CL 21322486 by joe pribele in ue5-main branch] --- Engine/Source/Runtime/Core/Tests/Misc/AssertionMacrosTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Engine/Source/Runtime/Core/Tests/Misc/AssertionMacrosTest.cpp b/Engine/Source/Runtime/Core/Tests/Misc/AssertionMacrosTest.cpp index 529e798f2dc4..378cf1ef5ac8 100644 --- a/Engine/Source/Runtime/Core/Tests/Misc/AssertionMacrosTest.cpp +++ b/Engine/Source/Runtime/Core/Tests/Misc/AssertionMacrosTest.cpp @@ -1,6 +1,6 @@ // Copyright Epic Games, Inc. All Rights Reserved. -#if WITH_LOW_LEVEL_TESTS +#if WITH_LOW_LEVEL_TESTS && DO_ENSURE #include "Misc/AssertionMacros.h"