mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
dbg
This commit is contained in:
parent
9e6ca69843
commit
0987be4c2d
3 changed files with 11 additions and 6 deletions
|
@ -20,7 +20,7 @@ fn exec_bench_w_input<T: Measurement>(
|
|||
);
|
||||
|
||||
if !compile_out.stderr.is_empty() && compile_out.stderr != "🔨 Rebuilding platform...\n" {
|
||||
panic!("{}", compile_out.stderr);
|
||||
panic!("stderr was not empty:\n\t{}", compile_out.stderr);
|
||||
}
|
||||
|
||||
assert!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue