aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/backends/backendsCommon/test/BackendProfilingTests.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/backends/backendsCommon/test/BackendProfilingTests.cpp b/src/backends/backendsCommon/test/BackendProfilingTests.cpp
index 66f99bea8c..306c0240df 100644
--- a/src/backends/backendsCommon/test/BackendProfilingTests.cpp
+++ b/src/backends/backendsCommon/test/BackendProfilingTests.cpp
@@ -499,9 +499,7 @@ BOOST_AUTO_TEST_CASE(GetProfilingGuidGenerator)
// Get the Guid generator and check the getting two Guid's results in the second being greater than the first.
armnn::profiling::IProfilingGuidGenerator& guidGenerator = backendProfilingIface->GetProfilingGuidGenerator();
- BOOST_CHECK(backendProfilingIface);
const armnn::profiling::ProfilingDynamicGuid& firstGuid = guidGenerator.NextGuid();
- BOOST_CHECK(firstGuid);
const armnn::profiling::ProfilingDynamicGuid& secondGuid = guidGenerator.NextGuid();
BOOST_CHECK(secondGuid > firstGuid);