fix: fixed implementation of if statement code gen

This commit is contained in:
Guy C
2025-02-26 01:10:14 +00:00
parent f76b7a9dc2
commit 9ca50540e6
2 changed files with 5 additions and 13 deletions

View File

@@ -92,7 +92,7 @@ class ParallelExamplesSpec extends AnyFlatSpec with BeforeAndAfterAll with Paral
"^.*wacc-examples/valid/expressions.*$",
"^.*wacc-examples/valid/function/nested_functions.*$",
"^.*wacc-examples/valid/function/simple_functions.*$",
"^.*wacc-examples/valid/if.*$",
// "^.*wacc-examples/valid/if.*$",
"^.*wacc-examples/valid/IO/print.*$",
// "^.*wacc-examples/valid/IO/read.*$",
"^.*wacc-examples/valid/IO/IOLoop.wacc.*$",