mirror of
https://github.com/roc-lang/roc.git
synced 2025-11-02 22:01:20 +00:00
fix combine_tasks_with_record_builder cli test on linux
This commit is contained in:
parent
09bd145845
commit
def5372e1c
1 changed files with 2 additions and 1 deletions
|
|
@ -379,7 +379,8 @@ mod cli_tests {
|
|||
cli_build.full_check_build_and_run(
|
||||
expected_output,
|
||||
TEST_LEGACY_LINKER,
|
||||
ALLOW_VALGRIND,
|
||||
// note running Valgrind on this test causes chaos with the test runner for some reason :shrug:
|
||||
false,
|
||||
None,
|
||||
None,
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue