Browse Source

Update unitTesting.cpp

marauder2k7 2 years ago
parent
commit
37dd2fe349
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Engine/source/testing/unitTesting.cpp

+ 1 - 0
Engine/source/testing/unitTesting.cpp

@@ -72,6 +72,7 @@ class TorqueUnitTestListener : public ::testing::EmptyTestEventListener
          Con::printf("TestClass:%s Test:%s Failed!",
             testInfo.test_case_name(), testInfo.name());
       }
+
       if (!mVerbose)
          return;