diff --git a/tests/scripts/test-scripts.cpp b/tests/scripts/test-scripts.cpp index b71df36e2..58052f157 100644 --- a/tests/scripts/test-scripts.cpp +++ b/tests/scripts/test-scripts.cpp @@ -97,7 +97,7 @@ TEST_GROUP(Scripts) { /* * TODO: fix memory leaks in javascript plugin - * and remove this function + * and keep memory leak detection enabled */ MemoryLeakWarningPlugin::turnOffNewDeleteOverloads(); @@ -117,7 +117,7 @@ TEST_GROUP(Scripts) /* * TODO: fix memory leaks in javascript plugin - * and remove this function + * and keep memory leak detection enabled */ MemoryLeakWarningPlugin::turnOnNewDeleteOverloads(); }