enable multi-dep-str-optimized test

This commit is contained in:
Folkert 2020-11-02 22:51:47 +01:00
parent c933888690
commit 16fbff6eda

View File

@ -182,12 +182,6 @@ mod cli_run {
#[test]
#[serial(multi_dep_str)]
fn run_multi_dep_str_optimized() {
if true {
todo!(
"fix this test so it no longer deadlocks and hangs during monomorphization! The test never shows the error; to see the panic error, run this: cargo run run cli/tests/fixtures/multi-dep-str/Main.roc"
);
}
check_output(
&fixture_file("multi-dep-str", "Main.roc"),
&[],