aboutsummaryrefslogtreecommitdiff
path: root/delegate/src/test/ControlTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'delegate/src/test/ControlTest.cpp')
-rw-r--r--delegate/src/test/ControlTest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/delegate/src/test/ControlTest.cpp b/delegate/src/test/ControlTest.cpp
index 43491be982..18bbc5a9a8 100644
--- a/delegate/src/test/ControlTest.cpp
+++ b/delegate/src/test/ControlTest.cpp
@@ -1,5 +1,5 @@
//
-// Copyright © 2020 Arm Ltd and Contributors. All rights reserved.
+// Copyright © 2020,2023 Arm Ltd and Contributors. All rights reserved.
// SPDX-License-Identifier: MIT
//
@@ -286,7 +286,7 @@ TEST_CASE ("Concatenation_Three_Inputs_GpuAcc_Test")
ConcatThreeInputsTest(backends);
}
-TEST_CASE ("Concatenation_Axis_CpuRef_Test")
+TEST_CASE ("Concatenation_Axis_GpuAcc_Test")
{
std::vector<armnn::BackendId> backends = {armnn::Compute::GpuAcc};
ConcatAxisTest(backends);