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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/armnn/test/RuntimeTests.cpp b/src/armnn/test/RuntimeTests.cpp
index afe4bc7ea0..9cf322c98f 100644
--- a/src/armnn/test/RuntimeTests.cpp
+++ b/src/armnn/test/RuntimeTests.cpp
@@ -429,8 +429,8 @@ TEST_CASE("RuntimeMemoryLeak")
// These are needed because VALGRIND_COUNT_LEAKS is a macro that assigns to the parameters
// so they are assigned to, but still considered unused, causing a warning.
- IgnoreUnused(dubious);
- IgnoreUnused(suppressed);
+ armnn::IgnoreUnused(dubious);
+ armnn::IgnoreUnused(suppressed);
}
#endif // WITH_VALGRIND