aboutsummaryrefslogtreecommitdiff
path: root/test/Concurrent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/Concurrent.cpp')
-rw-r--r--test/Concurrent.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Concurrent.cpp b/test/Concurrent.cpp
index 0694934c..aeea17fc 100644
--- a/test/Concurrent.cpp
+++ b/test/Concurrent.cpp
@@ -110,6 +110,7 @@ BOOST_AUTO_TEST_CASE(ConcurrentExecute)
ALOGI("ConcurrentExecute: waiting for callbacks");
for (size_t i = 0; i < maxRequests; ++i)
{
+ ARMNN_ASSERT(cb[i]);
cb[i]->wait();
}