Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Adjust dwarfdump baseline
  • Loading branch information
sbomer committed Apr 17, 2023
commit e4a4cce0973e69b2a3cecf47caf0c11eeb88c85e
4 changes: 2 additions & 2 deletions src/tests/nativeaot/SmokeTests/DwarfDump/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ public static int Main(string[] args)
const int MinWarnings = 16500;
const int MaxWarnings = 18500;
#else
const int MinWarnings = 9500;
const int MaxWarnings = 10500;
const int MinWarnings = 12000;
const int MaxWarnings = 13000;
#endif
int count = 0;
string line;
Expand Down