Improve formatting of dreamchecker error tests

This commit is contained in:
Tad Hardesty 2024-06-01 11:52:43 -07:00
parent a97f9b47bb
commit 5f5236f379

View file

@ -32,7 +32,7 @@ pub fn check_errors_match<S: Into<Cow<'static, str>>>(buffer: S, errorlist: &[(u
|| nexterror.description() != *desc
{
panic!(
"possible feature regression in dreamchecker, expected {}:{}:{}, found {}:{}:{}",
"possible feature regression in dreamchecker:\nexpected error: {}:{}:{}\nfound error: {}:{}:{}",
*line,
*column,
*desc,