diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/x86/ryujit_x86_testenv.cmd | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/x86/ryujit_x86_testenv.cmd b/tests/x86/ryujit_x86_testenv.cmd index 8c52b6f979..c9176ce2c8 100644 --- a/tests/x86/ryujit_x86_testenv.cmd +++ b/tests/x86/ryujit_x86_testenv.cmd @@ -7,11 +7,7 @@ set COMPLUS_AltJit=* set COMPLUS_AltJitName=protojit.dll set COMPLUS_NoGuiOnAssert=1 - -@REM By default, do not set COMPLUS_AltJitAssertOnNYI=1. This allows us to compile -@REM as much as possible with RyuJIT, and not just stop at the first NYI. It means -@REM we will fall back to x86 legacy JIT for many functions. -@REM set COMPLUS_AltJitAssertOnNYI=1 +set COMPLUS_AltJitAssertOnNYI=1 @REM ------------------------------------------------------------------------- @REM A JitFuncInfoLogFile is a per-function record of which functions were |