We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1011988 commit 200d66dCopy full SHA for 200d66d
build/scripts/test-aot-compatibility.ps1
@@ -44,7 +44,7 @@ $testPassed = 0
44
if ($actualWarningCount -ne $expectedWarningCount)
45
{
46
$testPassed = 1
47
- Write-Host "Actual warning count:", actualWarningCount, "is not as expected. Expected warning count is:", $expectedWarningCount
+ Write-Host "Actual warning count:", $actualWarningCount, "is not as expected. Expected warning count is:", $expectedWarningCount
48
}
49
50
Exit $testPassed
0 commit comments