1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-25 12:26:40 +02:00

tests: fix comments

This commit is contained in:
Sébastien Helleu
2017-10-07 17:05:42 +02:00
parent e8af853624
commit 703534034d
+2 -2
View File
@@ -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();
}