From 49b9e100bfbb3b8da01472a0ff48b2bd92944e01 Mon Sep 17 00:00:00 2001 From: surmeh01 Date: Thu, 17 May 2018 14:11:25 +0100 Subject: Release 18.05 --- test/UtilsTests.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'test/UtilsTests.cpp') diff --git a/test/UtilsTests.cpp b/test/UtilsTests.cpp index 49941e56..b429920c 100644 --- a/test/UtilsTests.cpp +++ b/test/UtilsTests.cpp @@ -3,12 +3,10 @@ // See LICENSE file in the project root for full license information. // -#define LOG_TAG "ArmnnDriverUtilsTests" -//#define BOOST_TEST_MODULE armnn_driver_utils_tests +#include "DriverTestHelpers.hpp" #include #include -#include "../ArmnnDriver.hpp" #include "../Utils.hpp" #include @@ -59,7 +57,7 @@ public: m_FileStream.close(); // Ignore any error (such as file not found). - remove(m_FileName.c_str()); + (void)remove(m_FileName.c_str()); } bool FileExists() -- cgit v1.2.1