aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/test/RuntimeTests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/test/RuntimeTests.cpp')
-rw-r--r--src/armnn/test/RuntimeTests.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/armnn/test/RuntimeTests.cpp b/src/armnn/test/RuntimeTests.cpp
index 9cf322c98f..89a87197bd 100644
--- a/src/armnn/test/RuntimeTests.cpp
+++ b/src/armnn/test/RuntimeTests.cpp
@@ -13,7 +13,6 @@
#include <Runtime.hpp>
#include <armnn/TypesUtils.hpp>
-
#include <common/include/LabelsAndEventClasses.hpp>
#include <test/ProfilingTestUtils.hpp>
@@ -36,7 +35,7 @@ void RuntimeLoadedNetworksReserve(armnn::RuntimeImpl* runtime)
runtime->m_LoadedNetworks.reserve(1);
}
-}
+} // namespace armnn
TEST_SUITE("Runtime")
{
@@ -600,6 +599,8 @@ TEST_CASE("ProfilingDisable")
{
using namespace armnn;
+ LogLevelSwapper logLevelSwapper(arm::pipe::LogSeverity::Fatal);
+
// Create runtime in which the test will run
armnn::IRuntime::CreationOptions options;
armnn::RuntimeImpl runtime(options);