From ad0899ae27d2870801081e301ba2137acb707a84 Mon Sep 17 00:00:00 2001 From: Daniel Buckmaster Date: Tue, 15 Jul 2014 12:25:06 +0200 Subject: [PATCH] Capitalisation, which actually doesn't matter. --- Engine/source/testing/unitTesting.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Engine/source/testing/unitTesting.cpp b/Engine/source/testing/unitTesting.cpp index 0c42577ac..7e1cd63ab 100644 --- a/Engine/source/testing/unitTesting.cpp +++ b/Engine/source/testing/unitTesting.cpp @@ -88,7 +88,7 @@ DefineConsoleFunction( runAllUnitTests, int, (),, // Release the default listener. delete listeners.Release( listeners.default_result_printer() ); - if ( Con::getBoolVariable( "$testing::checkMemoryLeaks", false ) ) { + if ( Con::getBoolVariable( "$Testing::CheckMemoryLeaks", false ) ) { // Add the memory leak tester. listeners.Append( new testing::MemoryLeakDetector ); }