commit | 241705e2c5faf61f9d5226e7fc80c0123fb53aca | [log] [tgz] |
---|---|---|
author | Laurence Lundblade <lgl@securitytheory.com> | Sun Dec 30 18:56:14 2018 -0800 |
committer | Laurence Lundblade <lgl@securitytheory.com> | Sun Dec 30 18:56:14 2018 -0800 |
tree | a0da07c9eb0e915251b4bbfa26c7a57280052d7c | |
parent | 2c40ab81bff7aa35514bf50a820e6f4cfbefb759 [diff] [blame] |
minor doc and style fix ups for encoder
diff --git a/test/qcbor_encode_tests.c b/test/qcbor_encode_tests.c index fcded50..9728a90 100644 --- a/test/qcbor_encode_tests.c +++ b/test/qcbor_encode_tests.c
@@ -1972,6 +1972,8 @@ return -9; } + /* QCBOR_ERR_ARRAY_TOO_LONG is not tested here as + it would require a 64KB of RAM to test */ return 0; }