diff options
author | Aapo Alasuutari <aapo.alasuutari@gmail.com> | 2022-09-05 06:26:52 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-05 08:56:52 +0530 |
commit | 16dbf4adc390c9fb7656372b42811c1929e755dd (patch) | |
tree | bff7c876c97e5eb56d2d08de0198fe7640ddb031 /test_ffi/tests/integration_tests.rs | |
parent | 08a6af398fd92517193e20117f9971c272b1bb5f (diff) |
feat(ext/ffi): Support bool FFI type (#15754)
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 079293550..88da8a0b9 100644 --- a/test_ffi/tests/integration_tests.rs +++ b/test_ffi/tests/integration_tests.rs @@ -78,6 +78,8 @@ fn basic() { -9007199254740992n\n\ 579.9119873046875\n\ 579.912\n\ + true\n\ + false\n\ 579\n\ 8589934590\n\ -8589934590\n\ |