Enhance Verifier error reporting;
This commit is contained in:
committed by
Dan Gohman
parent
1b42105faa
commit
3a550d185f
@@ -135,5 +135,5 @@ fn run_one_test<'a>(
|
||||
}
|
||||
|
||||
test.run(func, context)
|
||||
.map_err(|e| format!("{}: {}", name, e))
|
||||
.map_err(|e| format!("{}:\n{}", name, e))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user