aboutsummaryrefslogtreecommitdiff
path: root/tests/InferenceTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/InferenceTest.cpp')
-rw-r--r--tests/InferenceTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/InferenceTest.cpp b/tests/InferenceTest.cpp
index 5f2cf91a45..01b8983d23 100644
--- a/tests/InferenceTest.cpp
+++ b/tests/InferenceTest.cpp
@@ -23,7 +23,7 @@ namespace armnn
{
namespace test
{
-/// Parse the command line of an ArmNN (or referencetests) inference test program.
+/// Parse the command line of an ArmNN inference test program.
/// \return false if any error occurred during options processing, otherwise true
bool ParseCommandLine(int argc, char** argv, IInferenceTestCaseProvider& testCaseProvider,
InferenceTestOptions& outParams)