Explorar el Código

Update unitTesting.cpp

marauder2k7 hace 2 años
padre
commit
37dd2fe349
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;