diff options
author | Elias Sjögreen <eliassjogreen1@gmail.com> | 2022-06-08 13:13:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-08 16:43:10 +0530 |
commit | 8113fac939c06b0d71a22d008c060bed3cb47d72 (patch) | |
tree | cd9734046f414b344d4b8000c125f8b682768177 /test_ffi/tests/integration_tests.rs | |
parent | 2769d602506af1953312b28580506fca3fcbe030 (diff) |
feat(ext/ffi): support passing and returning bigints (#14523)
Diffstat (limited to 'test_ffi/tests/integration_tests.rs')
-rw-r--r-- | test_ffi/tests/integration_tests.rs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test_ffi/tests/integration_tests.rs b/test_ffi/tests/integration_tests.rs index fea5b5fbd..5b9bb2fc2 100644 --- a/test_ffi/tests/integration_tests.rs +++ b/test_ffi/tests/integration_tests.rs @@ -59,10 +59,10 @@ fn basic() { true\n\ 579\n\ 579\n\ - 579\n\ - 579\n\ - 579\n\ - 579\n\ + 8589934590n\n\ + -8589934590n\n\ + 8589934590n\n\ + -8589934590n\n\ 579.9119873046875\n\ 579.912\n\ After sleep_blocking\n\ |