adopt review on compact output

Co-authored-by: Florian Bruhin <me@the-compiler.org>
This commit is contained in:
Ronny Pfannschmidt 2022-03-07 22:30:48 +01:00 committed by GitHub
parent 995d8330c8
commit 414e18ff00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -291,6 +291,6 @@ class WarningsChecker(WarningsRecorder):
fail(
f"""\
DID NOT WARN. No warnings of type {self.expected_warning} matching the regex were emitted.
The regex is: {self.match_expr}
The list of emitted warnings is: {found_str()}"""
Regex: {self.match_expr}
Emitted warnings: {found_str()}"""
)