mirror of
https://github.com/SpaceManiac/SpacemanDMM.git
synced 2025-12-23 05:36:47 +00:00
Improve formatting of dreamchecker error tests
This commit is contained in:
parent
a97f9b47bb
commit
5f5236f379
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue