TORQUE_TESTS_ENABLED check no longer required

This commit is contained in:
marauder2k7 2026-05-30 21:08:39 +01:00
parent ffc001bb97
commit d35de7afc0
4 changed files with 2 additions and 13 deletions

View file

@ -20,7 +20,6 @@
// IN THE SOFTWARE.
//-----------------------------------------------------------------------------
#ifdef TORQUE_TESTS_ENABLED
#include "testing/unitTesting.h"
#include "core/util/str.h"
#include "core/util/tVector.h"
@ -347,5 +346,3 @@ TEST(StringBuilder, StringBuilder)
EXPECT_TRUE( str.end() == String( "foobarbarfoo" ) );
}
#endif