diff options
author | Elias Sjögreen <eliassjogreen1@gmail.com> | 2021-12-15 15:41:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-15 15:41:49 +0100 |
commit | ee49cce726c27cdcb372b9dba7f2deab840d9e6b (patch) | |
tree | d1a9a843eb5fba782a7cff5e50cb973ee3806225 /test_ffi/tests/integration_tests.rs | |
parent | 4d176b7b7c11aabc584bee45423f108ea47faefe (diff) |
feat(ext/ffi): implement UnsafePointer and UnsafePointerView (#12828)
Diffstat (limited to 'test_ffi/tests/integration_tests.rs')
-rw-r--r-- | test_ffi/tests/integration_tests.rs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test_ffi/tests/integration_tests.rs b/test_ffi/tests/integration_tests.rs index e16e97e24..99a17f0a9 100644 --- a/test_ffi/tests/integration_tests.rs +++ b/test_ffi/tests/integration_tests.rs @@ -41,6 +41,15 @@ fn basic() { something\n\ [1, 2, 3, 4, 5, 6, 7, 8]\n\ [1, 2, 3, 4, 5, 6, 7, 8] [9, 10]\n\ + [1, 2, 3, 4, 5, 6, 7, 8]\n\ + [ 1, 2, 3, 4, 5, 6 ]\n\ + [ 4, 5, 6 ]\n\ + [ 4, 5, 6 ]\n\ + Hello from pointer!\n\ + pointer!\n\ + false\n\ + true\n\ + false\n\ 579\n\ 579\n\ 579\n\ |