diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-01 12:52:28 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-01 12:52:28 +0100 |
| commit | 665e433697247c4a43e055830dee7a72afdb810f (patch) | |
| tree | 48d87bd8d7b54d739757463e4b6ea41f9736c329 /test/fix_basic/fix.test.cpp | |
| parent | 44209bcfee561efb73fbe0c27373f5f8d55c6046 (diff) | |
feat: FIX Checksum API for OCL.FIX.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'test/fix_basic/fix.test.cpp')
| -rw-r--r-- | test/fix_basic/fix.test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fix_basic/fix.test.cpp b/test/fix_basic/fix.test.cpp index 82fb24c..43042b4 100644 --- a/test/fix_basic/fix.test.cpp +++ b/test/fix_basic/fix.test.cpp @@ -22,7 +22,7 @@ constexpr char default_fix[] = { '1', '0', '=', '1', '4', '3', 0x01, 0x00 // CheckSum = 143 }; -static ocl::fix::visitor basic_visitor; +static ocl::fix::visitor basic_visitor; static ocl::fix::range_buffer fix = basic_visitor.visit(default_fix); TEST(FIXTest, FIXGoodPacket) |
