From 2443af57d0ff43b8062f8eab14cc1be31a794848 Mon Sep 17 00:00:00 2001 From: Skgland Date: Sat, 27 Sep 2025 23:14:14 +0200 Subject: [PATCH] fixup quad --- tests/scryer/cli/issues/ffi_alloc_mismatched_args.in/input.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scryer/cli/issues/ffi_alloc_mismatched_args.in/input.pl b/tests/scryer/cli/issues/ffi_alloc_mismatched_args.in/input.pl index 0e68f569..5b0ef363 100644 --- a/tests/scryer/cli/issues/ffi_alloc_mismatched_args.in/input.pl +++ b/tests/scryer/cli/issues/ffi_alloc_mismatched_args.in/input.pl @@ -4,4 +4,4 @@ test :- ffi:array_type(u8, 2, Type), ffi:allocate(rust, Type, [Type, 0], _ArrayPtr). ?- test. - error(system_error,'$ffi_allocate'/4). \ No newline at end of file + error(existence_error(ffi_struct_constructor,$[u8;2]/1),$ffi_allocate/4). \ No newline at end of file -- 2.54.0