summaryrefslogtreecommitdiff
path: root/yjit/bindgen
diff options
context:
space:
mode:
authorMax Bernstein <[email protected]>2025-03-13 12:16:58 -0400
committerTakashi Kokubun <[email protected]>2025-04-18 21:53:00 +0900
commit97f022b5e75f124f08fa44794f65fe1b112818eb (patch)
treeba682aabeb31bb62307cc4b885a1d86e45086c76 /yjit/bindgen
parentc39a150787d77dc706f8af65ad46710b3d879190 (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.rs1
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")