mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-04 19:24:35 +00:00
TORQUE_TESTS_ENABLED check no longer required
This commit is contained in:
parent
ffc001bb97
commit
d35de7afc0
4 changed files with 2 additions and 13 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue