Skip to content

Commit

Permalink
Update AOT test.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmaytak committed Nov 14, 2024
1 parent d269e38 commit e0320c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/test-aot.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ foreach ($line in $($publishOutput -split "`r`n"))
}

Write-Host "Actual warning count is: ", $actualWarningCount
$expectedWarningCount = 63
$expectedWarningCount = 61

if ($LastExitCode -ne 0)
{
Expand Down

0 comments on commit e0320c2

Please sign in to comment.