diff options
author | Max Bernstein <[email protected]> | 2025-03-13 12:16:58 -0400 |
---|---|---|
committer | Takashi Kokubun <[email protected]> | 2025-04-18 21:53:00 +0900 |
commit | 97f022b5e75f124f08fa44794f65fe1b112818eb (patch) | |
tree | ba682aabeb31bb62307cc4b885a1d86e45086c76 /yjit/bindgen | |
parent | c39a150787d77dc706f8af65ad46710b3d879190 (diff) |
Print Ruby exception in test utils
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/13131
Diffstat (limited to 'yjit/bindgen')
-rw-r--r-- | yjit/bindgen/src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yjit/bindgen/src/main.rs b/yjit/bindgen/src/main.rs index df675304e8..b9f3651e0e 100644 --- a/yjit/bindgen/src/main.rs +++ b/yjit/bindgen/src/main.rs @@ -359,6 +359,7 @@ fn main() { .allowlist_function("rb_yjit_invokeblock_sp_pops") .allowlist_function("rb_yjit_set_exception_return") .allowlist_function("rb_yjit_str_concat_codepoint") + .allowlist_function("rb_zjit_print_exception") .allowlist_type("robject_offsets") .allowlist_type("rstring_offsets") |