From 3faf75aa883647dfa1f3be2bc13cf7bc463d92e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Wed, 6 Oct 2021 00:27:05 +0200 Subject: feat(ext/ffi): add support for buffer arguments (#12335) This commit adds support for passing buffer arguments across FFI boundary. Co-authored-by: eliassjogreen Co-authored-by: Bert Belder --- test_ffi/tests/integration_tests.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'test_ffi/tests/integration_tests.rs') diff --git a/test_ffi/tests/integration_tests.rs b/test_ffi/tests/integration_tests.rs index 0b2eae854..0ae395da8 100644 --- a/test_ffi/tests/integration_tests.rs +++ b/test_ffi/tests/integration_tests.rs @@ -38,6 +38,7 @@ fn basic() { assert!(output.status.success()); let expected = "\ something\n\ + [1, 2, 3, 4, 5, 6, 7, 8]\n\ 579\n\ 579\n\ 579\n\ -- cgit v1.2.3