]> Repositorios git - scryer-prolog.git/commitdiff
fix missing quotes
authorSkgland <[email protected]>
Sun, 28 Sep 2025 11:43:09 +0000 (13:43 +0200)
committerBennet Bleßmann <[email protected]>
Sun, 28 Sep 2025 11:43:09 +0000 (13:43 +0200)
tests/scryer/cli/issues/ffi_alloc_mismatched_args.in/input.pl

index 5b0ef363390d95becf3264dd5591fdc687be4124..0b1990d94f551bd113113a26fef4f7a3264910ba 100644 (file)
@@ -4,4 +4,4 @@
 test :- ffi:array_type(u8, 2, Type), ffi:allocate(rust, Type, [Type, 0], _ArrayPtr).
 
 ?- test.
-   error(existence_error(ffi_struct_constructor,$[u8;2]/1),$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