aboutsummaryrefslogtreecommitdiff
path: root/tests/InferenceTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/InferenceTest.cpp')
-rw-r--r--tests/InferenceTest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/InferenceTest.cpp b/tests/InferenceTest.cpp
index 01b8983d23..9949e068c4 100644
--- a/tests/InferenceTest.cpp
+++ b/tests/InferenceTest.cpp
@@ -1,5 +1,5 @@
//
-// Copyright © 2017 Arm Ltd. All rights reserved.
+// Copyright © 2017, 2023 Arm Ltd and Contributors. All rights reserved.
// SPDX-License-Identifier: MIT
//
#include "InferenceTest.hpp"
@@ -61,7 +61,7 @@ bool ParseCommandLine(int argc, char** argv, IInferenceTestCaseProvider& testCas
CheckRequiredOptions(result, required);
}
- catch (const cxxopts::OptionException& e)
+ catch (const cxxopts::exceptions::exception& e)
{
std::cerr << e.what() << std::endl << options.help() << std::endl;
return false;