diff options
author | Claudius Holeksa <mail@keldu.de> | 2023-06-15 15:07:55 +0200 |
---|---|---|
committer | Claudius Holeksa <mail@keldu.de> | 2023-06-15 15:07:55 +0200 |
commit | ad63897c74424cb1e0936bae59332c51b5ba73c4 (patch) | |
tree | 8610770faa456fbc8e1206c2803ea6a7d44988d0 /tests/codec-json.cpp | |
parent | 7779119ea724987128ebd4bb4c0433dee8b5f877 (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.cpp | 2 |
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< |