Enhance Verifier error reporting;

This commit is contained in:
Benjamin Bouvier
2018-07-27 17:55:26 +02:00
committed by Dan Gohman
parent 1b42105faa
commit 3a550d185f
4 changed files with 34 additions and 27 deletions

View File

@@ -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))
}