Skip to content

Commit 2443af5

Browse files
committed
fixup quad
1 parent 9376bc6 commit 2443af5

File tree

1 file changed

+1
-1
lines changed
  • tests/scryer/cli/issues/ffi_alloc_mismatched_args.in

1 file changed

+1
-1
lines changed

tests/scryer/cli/issues/ffi_alloc_mismatched_args.in/input.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
test :- ffi:array_type(u8, 2, Type), ffi:allocate(rust, Type, [Type, 0], _ArrayPtr).
55

66
?- test.
7-
error(system_error,'$ffi_allocate'/4).
7+
error(existence_error(ffi_struct_constructor,$[u8;2]/1),$ffi_allocate/4).

0 commit comments

Comments
 (0)