]> Repositorios git - scryer-prolog.git/commitdiff
fixup quad
authorSkgland <[email protected]>
Sat, 27 Sep 2025 21:14:14 +0000 (23:14 +0200)
committerBennet Bleßmann <[email protected]>
Sat, 27 Sep 2025 21:14:14 +0000 (23:14 +0200)
tests/scryer/cli/issues/ffi_alloc_mismatched_args.in/input.pl

index 0e68f5697bc83975bd16ffa2bae6ab543f798319..5b0ef363390d95becf3264dd5591fdc687be4124 100644 (file)
@@ -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