From 703534034db1b5b569feb2b90c9f2129c43ae86f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 7 Oct 2017 17:05:42 +0200 Subject: [PATCH] tests: fix comments --- tests/scripts/test-scripts.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(); }