diff options
author | Takashi Kokubun <[email protected]> | 2025-02-11 14:47:21 -0800 |
---|---|---|
committer | Takashi Kokubun <[email protected]> | 2025-04-18 21:52:57 +0900 |
commit | 71d4cb3a8bc689dcf07081e112531132651fbe02 () | |
tree | b008ce888a709f17174f37f06a2ed292480f598b /zjit/src/lib.rs | |
parent | 9c267256d896125a2aea4be8609ec415ff7760ef (diff) |
Fix cargo test
Notes: Merged: https://.com/ruby/ruby/pull/13131
-rw-r--r-- | zjit/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ mod disasm; mod options; use codegen::ZJITState; use options::get_option; use crate::cruby::*; |