You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pcre2: fix test failures on targets that don't support JIT
This commit uses `jit_if_available` instead of `jit` in the tests, allowing them
to fall back to non-JIT compilation on targets that don't support JIT.
PR #41
0 commit comments