diff options
author | Divy Srivastava <dj.srivastava23@gmail.com> | 2024-10-24 09:41:38 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-24 09:41:38 +0530 |
commit | fa49fd404be82daf8ac7228bf54e780135f67b17 (patch) | |
tree | 3c8b98387bebf16831f5f59b0cf0ac0dbc1234df /tests/ffi | |
parent | 6d587cbfc800a627efb32d377b260954ccd7a1ed (diff) |
fix(ext/ffi): return u64/i64 as bigints from nonblocking ffi calls (#26486)
Fixes https://github.com/denoland/deno/issues/25194
Diffstat (limited to 'tests/ffi')
-rw-r--r-- | tests/ffi/tests/integration_tests.rs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/ffi/tests/integration_tests.rs b/tests/ffi/tests/integration_tests.rs index c84a1b820..dbc0036bc 100644 --- a/tests/ffi/tests/integration_tests.rs +++ b/tests/ffi/tests/integration_tests.rs @@ -95,10 +95,10 @@ fn basic() { 579.912\n\ 579.912\n\ 579\n\ - 8589934590\n\ - -8589934590\n\ - 8589934590\n\ - -8589934590\n\ + 8589934590n\n\ + -8589934590n\n\ + 8589934590n\n\ + -8589934590n\n\ 9007199254740992n\n\ 9007199254740992n\n\ -9007199254740992n\n\ |