Capitalisation, which actually doesn't matter.

This commit is contained in:
Daniel Buckmaster 2014-07-15 12:25:06 +02:00
parent 369cb2f694
commit ad0899ae27

View file

@ -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 );
}