diff options
author | Aapo Alasuutari <aapo.alasuutari@gmail.com> | 2022-07-12 05:50:20 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-12 08:20:20 +0530 |
commit | d725cb28ca353b55a575856a76b11630be575ec1 (patch) | |
tree | e4bb20981bdf5c77f258053930b42b0babc0650c /test_ffi/tests/integration_tests.rs | |
parent | 77d065e034db7ed21a0e110bbbfc5eb5287d009c (diff) |
feat(ext/ffi): Support 64 bit parameters in Fast API calls (#15140)
Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com>
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 4982ffad5..26de8ce0d 100644 --- a/test_ffi/tests/integration_tests.rs +++ b/test_ffi/tests/integration_tests.rs @@ -63,6 +63,8 @@ fn basic() { true\n\ 579\n\ 579\n\ + 5\n\ + 5\n\ 579\n\ 8589934590n\n\ -8589934590n\n\ |