aboutsummaryrefslogtreecommitdiff
path: root/src/backends/cl/test/ClRuntimeTests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/backends/cl/test/ClRuntimeTests.cpp')
-rw-r--r--src/backends/cl/test/ClRuntimeTests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backends/cl/test/ClRuntimeTests.cpp b/src/backends/cl/test/ClRuntimeTests.cpp
index db01fa7dcf..8426c5f110 100644
--- a/src/backends/cl/test/ClRuntimeTests.cpp
+++ b/src/backends/cl/test/ClRuntimeTests.cpp
@@ -138,7 +138,7 @@ TEST_CASE("RuntimeMemoryUsage")
CHECK(leakedBefore == leakedAfter);
// Add resonable threshold after and before running valgrind with the ACL clear cache function.
- // TODO Threshold set to 80k until the root cause of the memory leakage is found and fixed. Revert threshold
+ // Threshold set to 80k until the root cause of the memory leakage is found and fixed. Revert threshold
// value to 1024 when fixed.
CHECK(static_cast<long>(reachableAfter) - static_cast<long>(reachableBefore) < 81920);