From 4260ffa31e58129ad6822eccce8a81ab750bd8b7 Mon Sep 17 00:00:00 2001 From: Claudius Holeksa Date: Thu, 15 Jun 2023 15:16:00 +0200 Subject: c++,codec: Adding missing dependency for tests and minor change to unsigned arg --- tests/codec-json.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/codec-json.cpp') diff --git a/tests/codec-json.cpp b/tests/codec-json.cpp index 9cbb7c3..1b6c5d2 100644 --- a/tests/codec-json.cpp +++ b/tests/codec-json.cpp @@ -86,7 +86,7 @@ SAW_TEST("Tuple write"){ SAW_TEST("Array write"){ using namespace saw; - data native{3}; + data native{3u}; data json; native.at(0).set("foo"); -- cgit v1.2.3