summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 d0785513..6e41f482 100644
--- a/tests/017/ffi-misc.tl
+++ b/tests/017/ffi-misc.tl
@@ -80,9 +80,9 @@
(sizeof abc) 1
(znew abc) #S(abc a fals b fals c fals))
-(each-match ((a b c) (rperm '(fals true) 3))
+(each-match ((@a @b @c) (rperm '(fals true) 3))
(let ((s (new abc a a b b c c)))
- (test (ffi-get (ffi-put s (ffi abc)) (ffi-abc)) s)))
+ (vtest (ffi-get (ffi-put s (ffi abc)) (ffi abc)) s)))
(mstest
(copy-cptr (cptr-int 3)) "#<cptr: 3>"