aboutsummaryrefslogtreecommitdiff
path: root/tests/framework/Framework.cpp
diff options
context:
space:
mode:
authorramelg01 <ramy.elgammal@arm.com>2021-12-23 08:32:08 +0000
committerRamy Elgammal <ramy.elgammal@arm.com>2021-12-24 11:30:11 +0000
commitb2eba7f307d5ae634ff41bd88d5bd1659466d82d (patch)
treed8fad5cae925f2c2320eb16970029125d6461c56 /tests/framework/Framework.cpp
parentdc85d78e3ac138f62319d805f59b6c6f06e64837 (diff)
downloadComputeLibrary-b2eba7f307d5ae634ff41bd88d5bd1659466d82d.tar.gz
Replacing non-inclusive terms with proper terms
Partially-Resolves: COMPMID-4854 Signed-off-by: Ramy Elgammal <ramy.elgammal@arm.com> Change-Id: Ic9757c89878b9b5a89680b5344de657f676c7bf2 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/6859 Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Gunes Bayir <gunes.bayir@arm.com>
Diffstat (limited to 'tests/framework/Framework.cpp')
-rw-r--r--tests/framework/Framework.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/framework/Framework.cpp b/tests/framework/Framework.cpp
index e59c5a45e9..03c1db82c8 100644
--- a/tests/framework/Framework.cpp
+++ b/tests/framework/Framework.cpp
@@ -529,7 +529,7 @@ void Framework::run_test(const TestInfo &info, TestCaseFactory &test_factory)
{
if(_stop_on_error)
{
- throw std::runtime_error("Abort on first error.");
+ throw std::runtime_error("Abandon on first error.");
}
}