mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 23:04:49 +00:00
passing tests
This commit is contained in:
parent
1d1bcaea63
commit
978cea4b8a
12 changed files with 230 additions and 207 deletions
|
@ -246,7 +246,7 @@ pub fn helper<'a>(
|
|||
|
||||
// Verify the module
|
||||
if let Err(errors) = env.module.verify() {
|
||||
panic!("Errors defining module: {:?}", errors);
|
||||
panic!("Errors defining module:\n\n{}", errors.to_string());
|
||||
}
|
||||
|
||||
// Uncomment this to see the module's optimized LLVM instruction output:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue