From 16dbf4adc390c9fb7656372b42811c1929e755dd Mon Sep 17 00:00:00 2001 From: Aapo Alasuutari Date: Mon, 5 Sep 2022 06:26:52 +0300 Subject: feat(ext/ffi): Support bool FFI type (#15754) --- test_ffi/tests/integration_tests.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test_ffi/tests/integration_tests.rs') 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\ -- cgit v1.2.3