Fix #2666 by checking for disabled when generating parapoly procs

This commit is contained in:
Laytan Laats
2023-07-19 20:27:34 +02:00
parent 1b3657122c
commit 74338733ba
4 changed files with 32 additions and 0 deletions
+1
View File
@@ -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