mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 08:11:12 +00:00
remove cfg(test) in build script
This commit is contained in:
parent
e926bced10
commit
c8467c1a52
2 changed files with 3 additions and 3 deletions
|
@ -22,7 +22,7 @@ fn valgrind_test_linux(source: &str) {
|
|||
.unwrap()
|
||||
.join("zig-platform/main.roc");
|
||||
|
||||
assert!(pf.exists(), "{:?}", &pf);
|
||||
assert!(pf.exists(), "cannot find platform {:?}", &pf);
|
||||
|
||||
let mut app_module_source = format!(
|
||||
indoc::indoc!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue