aboutsummaryrefslogtreecommitdiff
path: root/test/UtilsTests.cpp
diff options
context:
space:
mode:
authorsurmeh01 <surabhi.mehta@arm.com>2018-05-17 14:11:25 +0100
committertelsoa01 <telmo.soares@arm.com>2018-05-23 16:23:49 +0100
commit49b9e100bfbb3b8da01472a0ff48b2bd92944e01 (patch)
tree1a998fa12f665ff0a15b299d8bae5590e0aed884 /test/UtilsTests.cpp
parent28adb40e1bb1d3f3a06a7f333f7f2a4f42d3ed4b (diff)
downloadandroid-nn-driver-49b9e100bfbb3b8da01472a0ff48b2bd92944e01.tar.gz
Release 18.05
Diffstat (limited to 'test/UtilsTests.cpp')
-rw-r--r--test/UtilsTests.cpp6
1 files changed, 2 insertions, 4 deletions
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 <boost/test/unit_test.hpp>
#include <log/log.h>
-#include "../ArmnnDriver.hpp"
#include "../Utils.hpp"
#include <fstream>
@@ -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()