Add test for #2466

This commit is contained in:
J.C. Moyer
2023-05-21 16:42:48 -04:00
parent 963908e508
commit 249f42f054
3 changed files with 24 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@ set COMMON=-collection:tests=..\..
..\..\..\odin test ..\test_issue_2056.odin %COMMON% -file || exit /b
..\..\..\odin test ..\test_issue_2087.odin %COMMON% -file || exit /b
..\..\..\odin build ..\test_issue_2113.odin %COMMON% -file -debug || exit /b
..\..\..\odin test ..\test_issue_2466.odin %COMMON% -file || exit /b
@echo off