[Core] only run ensure tests if ensure is enabled

#rb zousar.shaker
#preflight 62f3f015bc175ec68c477d8a

[CL 21322486 by joe pribele in ue5-main branch]
This commit is contained in:
joe pribele
2022-08-10 14:10:45 -04:00
parent 8f6eb808f4
commit ad173b3ee2

View File

@@ -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"