summaryrefslogtreecommitdiff
path: root/modules/codec/tests/data_raw.cpp
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2025-06-17 14:41:12 +0200
committerClaudius "keldu" Holeksa <mail@keldu.de>2025-06-17 14:41:12 +0200
commit4a85d662012360fecffc9b0e58a582204f631957 (patch)
tree5e87d8d385742824d9ffe1ef76d01e3257a0e80e /modules/codec/tests/data_raw.cpp
parent76409ba8c1a57c9be68baf2d2c480673eb186eda (diff)
Rewriting parts to avoid infinite recursion in flat index call
Diffstat (limited to 'modules/codec/tests/data_raw.cpp')
-rw-r--r--modules/codec/tests/data_raw.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/codec/tests/data_raw.cpp b/modules/codec/tests/data_raw.cpp
index 26c2721..930758d 100644
--- a/modules/codec/tests/data_raw.cpp
+++ b/modules/codec/tests/data_raw.cpp
@@ -23,6 +23,7 @@ SAW_TEST("Data NativeRaw/Array of Primitives"){
a.set(5);
b.set(6);
+ d.set(23);
// Check if it's a reference being manipulated
SAW_EXPECT(a.get() == 5, "'a' has unexpected value.");