aboutsummaryrefslogtreecommitdiff
path: root/test/Concat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/Concat.cpp')
-rw-r--r--test/Concat.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Concat.cpp b/test/Concat.cpp
index b99e31cc..b4b650fa 100644
--- a/test/Concat.cpp
+++ b/test/Concat.cpp
@@ -128,6 +128,7 @@ ConcatTestImpl(const std::vector<const TestTensor*> & inputs,
float* outdata = static_cast<float*>(static_cast<void*>(outMemory->getPointer()));
// run the execution
+ ARMNN_ASSERT(preparedModel.get() != nullptr);
auto execStatus = Execute(preparedModel, request, expectedExecStatus);
BOOST_TEST(execStatus == expectedExecStatus);