summaryrefslogtreecommitdiff
path: root/modules/codec/tests/args.cpp
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2026-01-08 19:03:09 +0100
committerClaudius "keldu" Holeksa <mail@keldu.de>2026-01-08 19:03:09 +0100
commit87db03e9ffa559eaf5f6b970ad42776f33ae34b2 (patch)
tree08cb174ef076709c5a8d35c919a3554df532756b /modules/codec/tests/args.cpp
parent043325c3a8ac3c4856a7b6944918e15cb7c36938 (diff)
downloadforstio-forstio-87db03e9ffa559eaf5f6b970ad42776f33ae34b2.tar.gz
dangling
Diffstat (limited to 'modules/codec/tests/args.cpp')
-rw-r--r--modules/codec/tests/args.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/codec/tests/args.cpp b/modules/codec/tests/args.cpp
index f42056a..2b5b14c 100644
--- a/modules/codec/tests/args.cpp
+++ b/modules/codec/tests/args.cpp
@@ -40,7 +40,7 @@ SAW_TEST("Codec Args Decode Basic"){
codec<sch::Args<sch::ArgsStruct, sch::ArgsTuple>, encode::Args> args_codec;
auto eov = args_codec.decode(dat_args, dat_nat);
- SAW_EOV_EXPECT(eov, "Couldn't decode data. ");
+ SAW_EXPECT_EOV(eov, "Couldn't decode data");
auto& prog = dat_nat.template get<"program">();
auto& str = dat_nat.template get<"args">();