From 26111da31f001be3302d358ddd8021a0b1dda991 Mon Sep 17 00:00:00 2001 From: Giorgio Arena Date: Wed, 17 Feb 2021 11:43:05 +0000 Subject: Update deprecation notices Change-Id: I6db0a10249b2212add3ff4bb2598b03cae2bff55 Signed-off-by: Giorgio Arena Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5098 Reviewed-by: Michele Di Giorgio Reviewed-by: Georgios Pinitas Comments-Addressed: Arm Jenkins Tested-by: Arm Jenkins --- tests/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/main.cpp') 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(); 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(); } -- cgit v1.2.1