fix formatting issue

This commit is contained in:
Folkert 2020-11-07 00:58:12 +01:00
parent dfd316c062
commit 332e4553bd

View File

@ -162,16 +162,16 @@ mod cli_run {
);
}
// #[test]
// #[serial(effect)]
// fn run_effect_unoptimized() {
// check_output(
// &example_file("effect", "Main.roc"),
// &[],
// "I am Dep2.str2\n",
// true,
// );
// }
// #[test]
// #[serial(effect)]
// fn run_effect_unoptimized() {
// check_output(
// &example_file("effect", "Main.roc"),
// &[],
// "I am Dep2.str2\n",
// true,
// );
// }
#[test]
#[serial(multi_dep_str)]