Skip to content

Commit 777e6de

Browse files
committed
fix missing quotes
1 parent 2443af5 commit 777e6de

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(existence_error(ffi_struct_constructor,$[u8;2]/1),$ffi_allocate/4).
7+
error(existence_error(ffi_struct_constructor,'$[u8;2]'/1),'$ffi_allocate'/4).

0 commit comments

Comments
 (0)