fix: only push one item to stack on comparisons

This commit is contained in:
2025-02-26 20:00:42 +00:00
parent 631f9ddca5
commit 2cf18a47a8
3 changed files with 14 additions and 13 deletions

View File

@@ -102,7 +102,7 @@ class ParallelExamplesSpec extends AnyFlatSpec with BeforeAndAfterAll {
"^.*wacc-examples/valid/scope.*$",
// "^.*wacc-examples/valid/sequence.*$",
// "^.*wacc-examples/valid/variables.*$",
"^.*wacc-examples/valid/while.*$",
// "^.*wacc-examples/valid/while.*$",
// format: on
).find(filename.matches).isDefined
}