Bump the max Dwarf warning limit (#87301)
authorJan Kotas <jkotas@microsoft.com>
Fri, 9 Jun 2023 03:24:32 +0000 (20:24 -0700)
committerGitHub <noreply@github.com>
Fri, 9 Jun 2023 03:24:32 +0000 (20:24 -0700)
src/tests/nativeaot/SmokeTests/DwarfDump/Program.cs

index f14de76..fa57cd5 100644 (file)
@@ -52,7 +52,7 @@ public class Program
         // Just count the number of warnings and errors. There are so many right now that it's not worth enumerating the list
 #if DEBUG
         const int MinWarnings = 12000;
-        const int MaxWarnings = 20000;
+        const int MaxWarnings = 22000;
 #else
         const int MinWarnings = 12000;
         const int MaxWarnings = 13000;