diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-01-08 19:03:09 +0100 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-01-08 19:03:09 +0100 |
| commit | 87db03e9ffa559eaf5f6b970ad42776f33ae34b2 (patch) | |
| tree | 08cb174ef076709c5a8d35c919a3554df532756b /modules/codec/tests/args.cpp | |
| parent | 043325c3a8ac3c4856a7b6944918e15cb7c36938 (diff) | |
| download | forstio-forstio-87db03e9ffa559eaf5f6b970ad42776f33ae34b2.tar.gz | |
dangling
Diffstat (limited to 'modules/codec/tests/args.cpp')
| -rw-r--r-- | modules/codec/tests/args.cpp | 2 |
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">(); |
