aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/reference/Logical.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/validation/reference/Logical.cpp')
-rw-r--r--tests/validation/reference/Logical.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/validation/reference/Logical.cpp b/tests/validation/reference/Logical.cpp
index 9989ec841e..099abf6f96 100644
--- a/tests/validation/reference/Logical.cpp
+++ b/tests/validation/reference/Logical.cpp
@@ -44,9 +44,9 @@ T logical_binary_op(arm_compute::kernels::LogicalOperation op, T src1, T src2)
return src1 || src2;
// The following operators are either invalid or not binary operator
case arm_compute::kernels::LogicalOperation::Not:
- /* fall through */
+ // fall through
case arm_compute::kernels::LogicalOperation::Unknown:
- /* fall through */
+ // fall through
default:
ARM_COMPUTE_ASSERT(true);
}