summaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-12-10 17:35:21 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-12-10 17:36:09 +0100
commit9eb0dfbff793a0def8c5da914e8386b860db99e9 (patch)
tree08b4480f1ed32aa54c57bace8f18035c996a8142 /tests
parent4990c01325e4b8871dc37a9290340e699752da74 (diff)
chore: fix redundant usage of `const` in `constexpr`.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/fix_basic/fix_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fix_basic/fix_test.cc b/tests/fix_basic/fix_test.cc
index 85b80d4..6139b12 100644
--- a/tests/fix_basic/fix_test.cc
+++ b/tests/fix_basic/fix_test.cc
@@ -8,7 +8,7 @@
#include <ocl/fix/parser.hpp>
#include <gtest/gtest.h>
-constexpr const char default_fix[] = {
+constexpr char default_fix[] = {
'8', '=', 'F', 'I', 'X', '.', '4', '.', '2', 0x01,
'9', '=', '6', '3', 0x01, // BodyLength = 63
'3', '5', '=', 'A', 0x01,