summaryrefslogtreecommitdiff
path: root/modules/codec-json/tests
diff options
context:
space:
mode:
Diffstat (limited to 'modules/codec-json/tests')
-rw-r--r--modules/codec-json/tests/codec-json.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/codec-json/tests/codec-json.cpp b/modules/codec-json/tests/codec-json.cpp
index 95b0d40..a181dc0 100644
--- a/modules/codec-json/tests/codec-json.cpp
+++ b/modules/codec-json/tests/codec-json.cpp
@@ -375,6 +375,7 @@ SAW_TEST("Array Struct read and write"){
SAW_TEST("Struct Array Struct read and write"){
using namespace saw;
data<schema::TestStructArrayStruct, encode::Native> native;
+
native.template get<"banana">() = {4u};
data<schema::TestStructArrayStruct, encode::Json> json;