diff options
| author | Laytan Laats <laytanlaats@hotmail.com> | 2023-07-19 20:27:34 +0200 |
|---|---|---|
| committer | Laytan Laats <laytanlaats@hotmail.com> | 2023-07-19 20:27:34 +0200 |
| commit | 74338733ba0f672124c413a6af103f2fa48049c2 (patch) | |
| tree | 1d0327b1f478252bceee9ba512534ca0f7687bc6 /tests/issues/run.bat | |
| parent | 1b3657122cb69b96ec54dd878e4fbdbb00641bcc (diff) | |
Fix #2666 by checking for disabled when generating parapoly procs
Diffstat (limited to 'tests/issues/run.bat')
| -rw-r--r-- | tests/issues/run.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/issues/run.bat b/tests/issues/run.bat index 63d722e09..41c52c02f 100644 --- a/tests/issues/run.bat +++ b/tests/issues/run.bat @@ -15,6 +15,7 @@ set COMMON=-collection:tests=..\.. ..\..\..\odin test ..\test_issue_2466.odin %COMMON% -file || exit /b ..\..\..\odin test ..\test_issue_2615.odin %COMMON% -file || exit /b ..\..\..\odin test ..\test_issue_2637.odin %COMMON% -file || exit /b +..\..\..\odin test ..\test_issue_2666.odin %COMMON% -file || exit /b @echo off |