From 62291e9b0e99406ac7f5a95dc329400f9f966825 Mon Sep 17 00:00:00 2001 From: DjDeveloper <43033058+DjDeveloperr@users.noreply.github.com> Date: Wed, 12 Jan 2022 17:08:26 +0530 Subject: feat(ext/ffi): UnsafeFnPointer API (#13340) --- test_ffi/tests/integration_tests.rs | 2 ++ 1 file changed, 2 insertions(+) (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 91de4412e..c818f12d9 100644 --- a/test_ffi/tests/integration_tests.rs +++ b/test_ffi/tests/integration_tests.rs @@ -56,6 +56,8 @@ fn basic() { true\n\ false\n\ 579\n\ + true\n\ + 579\n\ 579\n\ 579\n\ 579\n\ -- cgit v1.2.3