tidy: Fix quote in error message

This commit is contained in:
A. Wilcox 2024-07-30 09:35:12 -05:00
parent 1ddedbaa59
commit b1b48dc584
No known key found for this signature in database
GPG Key ID: CB29CB51922B9D14

View File

@ -319,7 +319,7 @@ fn check_error_codes_tests(
if !found_code {
verbose_print!(
verbose,
"warning: Error code {code}`` has a UI test file, but doesn't contain its own error code!"
"warning: Error code `{code}` has a UI test file, but doesn't contain its own error code!"
);
}
}