Run acceptance tests

This commit is contained in:
microproofs
2024-08-07 14:48:58 -04:00
committed by Kasey
parent 224f31b1d7
commit 0a1992acd2
41 changed files with 92 additions and 69 deletions

View File

@@ -631,7 +631,6 @@ impl<'a> CodeGenerator<'a> {
tipo,
..
} => {
println!("A: {:#?}", a);
branches.iter().rfold(
self.build(final_else, module_build_name, &[]),
|acc, branch| {