Skip to content

Commit

Permalink
Bump expected Dwarf warning count (#84980)
Browse files Browse the repository at this point in the history
Fixes #84979
  • Loading branch information
jkotas committed Apr 18, 2023
1 parent 01a615d commit a3ed77d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/nativeaot/SmokeTests/DwarfDump/Program.cs
Expand Up @@ -52,7 +52,7 @@ public static int Main(string[] args)
// 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 = 16500;
const int MaxWarnings = 18500;
const int MaxWarnings = 20000;
#else
const int MinWarnings = 12000;
const int MaxWarnings = 13000;
Expand Down

0 comments on commit a3ed77d

Please sign in to comment.