remove cfg(test) in build script

This commit is contained in:
Folkert 2023-01-09 23:32:26 +01:00
parent e926bced10
commit c8467c1a52
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
2 changed files with 3 additions and 3 deletions

View file

@ -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!(