From ad63897c74424cb1e0936bae59332c51b5ba73c4 Mon Sep 17 00:00:00 2001 From: Claudius Holeksa Date: Thu, 15 Jun 2023 15:07:55 +0200 Subject: c++, codec: Testing the native array class. Not really a unit test, but test instantiation cases --- 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 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< -- cgit v1.2.3