Skip to content

Commit

Permalink
Fix EnterMap tests that got messed up in merge from master
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurence Lundblade committed Jul 3, 2024
1 parent 3b8902d commit b411ad4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/qcbor_decode_tests.c
Original file line number Diff line number Diff line change
Expand Up @@ -6715,12 +6715,13 @@ static const uint8_t spMapOfEmpty[] = {
*/
static const uint8_t spRecoverableMapErrors[] = {
#ifndef QCBOR_DISABLE_TAGS
0xa5,
0xa6,
0x04, 0xc1, 0xfb, 0x7e, 0x37, 0xe4, 0x3c, 0x88, 0x00, 0x75, 0x9c,
0x01, 0xd8, 0xe0, 0xd8, 0xe1, 0xd8, 0xe2, 0xd8, 0xe3, 0xd8, 0x04, 0x00,
#else
0xa4,
#endif
0x03, 0x3b, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0x05, 0x00,
0x05, 0x00,
0x08, 0x08,
Expand Down

0 comments on commit b411ad4

Please sign in to comment.