Skip to content

Commit

Permalink
Bump expected Dwarf warning count
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotas committed Apr 18, 2023
1 parent 9672d82 commit dc6791e
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 dc6791e

Please sign in to comment.