Clean up the name of the test file for this PR

This commit is contained in:
Mortimer Snerd
2026-03-25 19:55:38 -04:00
parent 2363f85944
commit 6aceb7639f
3 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ set COMMON=-define:ODIN_TEST_FANCY=false -file -vet -strict-style -ignore-unused
..\..\..\odin build ..\test_issue_6401.odin %COMMON% 2>&1 | find /c "Error:" | findstr /x "3" || exit /b
..\..\..\odin test ..\test_pr_6470.odin %COMMON% || exit /b
..\..\..\odin test ..\test_pr_6470.odin -define:TEST_EXPECT_FAILURE=true %COMMON% 2>&1 | find /c "Error:" | findstr /x "1" || exit /b
..\..\..\odin test ..\test_pr_unknown.odin %COMMON% || exit /b
..\..\..\odin test ..\test_pr_6476.odin %COMMON% || exit /b
@echo off

View File

@@ -37,7 +37,7 @@ $ODIN test ../test_issue_6068.odin $COMMON
$ODIN test ../test_issue_6101.odin $COMMON
$ODIN test ../test_issue_6165.odin $COMMON
$ODIN test ../test_issue_6396.odin $COMMON
$ODIN test ../test_pr_unknown.odin $COMMON
$ODIN test ../test_pr_6476.odin $COMMON
if [[ $($ODIN build ../test_issue_6240.odin $COMMON 2>&1 >/dev/null | grep -c "Error:") -eq 3 ]] ; then
echo "SUCCESSFUL 1/1"