diff options
author | Divy Srivastava <dj.srivastava23@gmail.com> | 2021-10-05 18:20:00 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-05 14:50:00 +0200 |
commit | 80aee99c9e2eba879a0981235bee740088c6fbad (patch) | |
tree | 68fd3a256b1900f141c105b1ab051eded2e95a6c /test_ffi/tests/integration_tests.rs | |
parent | f1d3a170430501b4fab1a2d2abb5d77528251c77 (diff) |
feat(ext/ffi): Non-blocking FFI (#12274)
Diffstat (limited to 'test_ffi/tests/integration_tests.rs')
-rw-r--r-- | test_ffi/tests/integration_tests.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test_ffi/tests/integration_tests.rs b/test_ffi/tests/integration_tests.rs index 62b28d879..0b2eae854 100644 --- a/test_ffi/tests/integration_tests.rs +++ b/test_ffi/tests/integration_tests.rs @@ -46,6 +46,10 @@ fn basic() { 579\n\ 579.9119873046875\n\ 579.912\n\ + Before\n\ + true\n\ + After\n\ + true\n\ Correct number of resources\n"; assert_eq!(stdout, expected); assert_eq!(stderr, ""); |