From e6e54a8b8eae7200fb5501052b13f740fd0b51b9 Mon Sep 17 00:00:00 2001 From: Sadik Armagan Date: Wed, 8 May 2019 10:18:05 +0100 Subject: IVGCVSW-2911 Android Q compatibility code updates * Updates on test classes. Change-Id: I52e11a1d97d02c23e0a33e4e128dc43a4a95b5bc Signed-off-by: Sadik Armagan --- test/Concurrent.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Concurrent.cpp') diff --git a/test/Concurrent.cpp b/test/Concurrent.cpp index 55a1a395..0848a88c 100644 --- a/test/Concurrent.cpp +++ b/test/Concurrent.cpp @@ -45,7 +45,7 @@ BOOST_AUTO_TEST_CASE(ConcurrentExecute) // make the prepared models const size_t maxRequests = 5; - android::sp preparedModels[maxRequests]; + android::sp preparedModels[maxRequests]; for (size_t i = 0; i < maxRequests; ++i) { preparedModels[i] = PrepareModel(model, *driver); -- cgit v1.2.1