We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7969a6 commit ccbf9f8Copy full SHA for ccbf9f8
testsuite/drivers/gnatcheck_driver.py
@@ -711,7 +711,7 @@ def output_refiners(self) -> list[OutputRefiner]:
711
# Remove version information printed by gnatcheck in verbose mode
712
result.append(
713
PatternSubstitute(
714
- "gnatcheck [0-9]+.[0-9]w \\([a-z0-9 ]+\\)",
+ "gnatcheck [0-9]+.[0-9](rc|w) \\([a-z0-9 ]+\\)",
715
"gnatcheck <version> (<date>)",
716
)
717
0 commit comments