diff --git a/build/test-aot.ps1 b/build/test-aot.ps1 index 6bde9fa6ff..d37dca5c2e 100644 --- a/build/test-aot.ps1 +++ b/build/test-aot.ps1 @@ -44,7 +44,7 @@ $testPassed = 0 if ($actualWarningCount -ne $expectedWarningCount) { $testPassed = 1 - 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 } Exit $testPassed