aboutsummaryrefslogtreecommitdiff
path: root/tests/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/main.cpp')
-rw-r--r--tests/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/main.cpp b/tests/main.cpp
index ff641c0762..2c5eb9a2fd 100644
--- a/tests/main.cpp
+++ b/tests/main.cpp
@@ -185,7 +185,7 @@ int main(int argc, char **argv)
auto gles_ctx = std::make_unique<GCRuntimeContext>();
ARM_COMPUTE_ERROR_ON(gles_ctx == nullptr);
{
- // Legacy singletons API: This has been deprecated and the singletons will be removed
+ // Legacy singletons API: This has been deprecated and the singletons will be removed in future releases
// Setup singleton for backward compatibility
GCScheduler::get().default_init();
}