summaryrefslogtreecommitdiff
path: root/test/ii-128/traces-ae.c
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@airbus.com>2019-07-05 14:28:17 +0200
committerKévin Le Gouguec <kevin.legouguec@airbus.com>2019-07-05 14:28:17 +0200
commit4f58d99e11e1c412a600f39f32a8d181765f0246 (patch)
tree7bd7b860ab8e60105e37c873d134b2d59842b21e /test/ii-128/traces-ae.c
parent904b99b495a419fefc666e489c31893f86d5080e (diff)
parentda895e90ec0db658ce9ebbfe60591c7e88f9d6a3 (diff)
downloadlilliput-ae-implem-4f58d99e11e1c412a600f39f32a8d181765f0246.tar.xz
Merge branch 'fix-concatenation'
Diffstat (limited to 'test/ii-128/traces-ae.c')
-rw-r--r--test/ii-128/traces-ae.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ii-128/traces-ae.c b/test/ii-128/traces-ae.c
index 441ae37..a22260d 100644
--- a/test/ii-128/traces-ae.c
+++ b/test/ii-128/traces-ae.c
@@ -78,7 +78,7 @@ const vector VECTORS[] = {
0x28, 0x29, 0x2a, 0x2b, 0x2c, 0x2d, 0x2e, 0x2f,
0x30, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37,
0x38, 0x39, 0x3a, 0x3b, 0x3c, 0x3d, 0x3e, 0x3f,
- 0x40, 0x01
+ 0x40, 0x41
},
.message_len = 66,
.message = (uint8_t[]) {
@@ -90,7 +90,7 @@ const vector VECTORS[] = {
0x28, 0x29, 0x2a, 0x2b, 0x2c, 0x2d, 0x2e, 0x2f,
0x30, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37,
0x38, 0x39, 0x3a, 0x3b, 0x3c, 0x3d, 0x3e, 0x3f,
- 0x40, 0x01
+ 0x40, 0x41
}
}
};