Skip to content

Commit acc79f8

Browse files
committed
Adjust warnings count
1 parent e2a1ea0 commit acc79f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/test-aot.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ foreach ($line in $($publishOutput -split "`r`n"))
1616
}
1717

1818
Write-Host "Actual warning count is: ", $actualWarningCount
19-
$expectedWarningCount = 61
19+
$expectedWarningCount = 65
2020

2121
if ($LastExitCode -ne 0)
2222
{

0 commit comments

Comments
 (0)