diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-10-10 15:18:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-10 15:18:02 +0200 |
commit | 76de56091bcda1eae8cfb398981c8470d06268e3 (patch) | |
tree | e7518acc19b53488b5c8fb579ee04311460de435 /test_ffi/tests/integration_tests.rs | |
parent | 29f9e14457998085ec38cce597558d88b3d804e7 (diff) |
test(ext/ffi): add test for multiple buffers (#12373)
Diffstat (limited to 'test_ffi/tests/integration_tests.rs')
-rw-r--r-- | test_ffi/tests/integration_tests.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test_ffi/tests/integration_tests.rs b/test_ffi/tests/integration_tests.rs index 28176f187..e16e97e24 100644 --- a/test_ffi/tests/integration_tests.rs +++ b/test_ffi/tests/integration_tests.rs @@ -40,6 +40,7 @@ fn basic() { dlopen doesn't panic\n\ something\n\ [1, 2, 3, 4, 5, 6, 7, 8]\n\ + [1, 2, 3, 4, 5, 6, 7, 8] [9, 10]\n\ 579\n\ 579\n\ 579\n\ |