diff options
author | DjDeveloper <43033058+DjDeveloperr@users.noreply.github.com> | 2022-01-12 17:08:26 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-12 12:38:26 +0100 |
commit | 62291e9b0e99406ac7f5a95dc329400f9f966825 (patch) | |
tree | 94c0e151828539c52d48a4d3d92a1e0931fe21aa /test_ffi/tests/integration_tests.rs | |
parent | 79b698f88b5f8e247df7280ccb52c2a8271a426c (diff) |
feat(ext/ffi): UnsafeFnPointer API (#13340)
Diffstat (limited to 'test_ffi/tests/integration_tests.rs')
-rw-r--r-- | test_ffi/tests/integration_tests.rs | 2 |
1 files changed, 2 insertions, 0 deletions
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\ |