summaryrefslogtreecommitdiff
path: root/tests/codec-json.cpp
diff options
context:
space:
mode:
authorClaudius Holeksa <mail@keldu.de>2023-06-15 15:07:55 +0200
committerClaudius Holeksa <mail@keldu.de>2023-06-15 15:07:55 +0200
commitad63897c74424cb1e0936bae59332c51b5ba73c4 (patch)
tree8610770faa456fbc8e1206c2803ea6a7d44988d0 /tests/codec-json.cpp
parent7779119ea724987128ebd4bb4c0433dee8b5f877 (diff)
c++, codec: Testing the native array class. Not really a unit test, but
test instantiation cases
Diffstat (limited to 'tests/codec-json.cpp')
-rw-r--r--tests/codec-json.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codec-json.cpp b/tests/codec-json.cpp
index 67253d7..9cbb7c3 100644
--- a/tests/codec-json.cpp
+++ b/tests/codec-json.cpp
@@ -13,7 +13,7 @@ using TestTuple = Tuple<
>;
using TestArray = Array<
- String
+ String, 1
>;
using TestStruct = Struct<