Skip to content

Commit

Permalink
Disable looping test
Browse files Browse the repository at this point in the history
  • Loading branch information
phischu committed Jan 22, 2025
1 parent cf2c1d9 commit 15ad3f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions effekt/jvm/src/test/scala/effekt/LLVMTests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ class LLVMTests extends EffektTests {
lazy val bugs: List[File] = List(
// names not sanitized (even?)
examplesDir / "pos" / "special_names.effekt",
// Jump to the invalid address stated on the next line
examplesDir / "benchmarks" / "input_output" / "dyck_one.effekt",
)

/**
Expand Down

0 comments on commit 15ad3f2

Please sign in to comment.