adopt review on compact output
Co-authored-by: Florian Bruhin <me@the-compiler.org>
This commit is contained in:
parent
995d8330c8
commit
414e18ff00
|
@ -291,6 +291,6 @@ class WarningsChecker(WarningsRecorder):
|
||||||
fail(
|
fail(
|
||||||
f"""\
|
f"""\
|
||||||
DID NOT WARN. No warnings of type {self.expected_warning} matching the regex were emitted.
|
DID NOT WARN. No warnings of type {self.expected_warning} matching the regex were emitted.
|
||||||
The regex is: {self.match_expr}
|
Regex: {self.match_expr}
|
||||||
The list of emitted warnings is: {found_str()}"""
|
Emitted warnings: {found_str()}"""
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue