Add regression tests reproducing the issue

This commit is contained in:
Sebastian Pahnke
2024-12-28 10:29:43 +01:00
parent ad99d20d29
commit 8a91e0bb19
3 changed files with 58 additions and 0 deletions
+1
View File
@@ -17,6 +17,7 @@ $ODIN test ../test_issue_2615.odin $COMMON
$ODIN test ../test_issue_2637.odin $COMMON
$ODIN test ../test_issue_2666.odin $COMMON
$ODIN test ../test_issue_4210.odin $COMMON
$ODIN test ../test_issue_4584.odin $COMMON
if [[ $($ODIN build ../test_issue_2395.odin $COMMON 2>&1 >/dev/null | grep -c "Error:") -eq 2 ]] ; then
echo "SUCCESSFUL 1/1"
else