summaryrefslogtreecommitdiff
path: root/modules/codec/tests/data_raw.cpp
diff options
context:
space:
mode:
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.");