diff options
author | DjDeveloper <43033058+DjDeveloperr@users.noreply.github.com> | 2022-01-11 11:51:16 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-11 07:21:16 +0100 |
commit | 5680d33dd91af30d085ecd991e74dd56e367e8ea (patch) | |
tree | a706ec4b60e66b9d79e74cabba3d683e738f4ecc /test_ffi/tests/integration_tests.rs | |
parent | 91f6c5fc7e6f66f0e963c5cfbec281da4bcfc496 (diff) |
feat(ext/ffi): support alias names for symbol definitions (#13090)
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 39550925f..91de4412e 100644 --- a/test_ffi/tests/integration_tests.rs +++ b/test_ffi/tests/integration_tests.rs @@ -63,6 +63,8 @@ fn basic() { 579\n\ 579.9119873046875\n\ 579.912\n\ + After sleep_blocking\n\ + true\n\ Before\n\ true\n\ After\n\ |