summaryrefslogtreecommitdiffstats
path: root/tests/017
diff options
context:
space:
mode:
Diffstat (limited to 'tests/017')
-rw-r--r--tests/017/ffi-misc.tl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/017/ffi-misc.tl b/tests/017/ffi-misc.tl
index 6e41f482..1b729bbc 100644
--- a/tests/017/ffi-misc.tl
+++ b/tests/017/ffi-misc.tl
@@ -92,5 +92,5 @@
(ffi (struct flex (x char) (y (zarray char))))
(mtest
- (ffi-put (new flex x #\a y "bcd") (ffi (struct flex))) #b'6100000062636400'
- (ffi-get #b'6100000062636400' (ffi (struct flex))) #S(flex x #\a y "bcd"))
+ (ffi-put (new flex x #\a y "bcd") (ffi (struct flex))) #b'6162636400'
+ (ffi-get #b'6162636400' (ffi (struct flex))) #S(flex x #\a y "bcd"))