diff --git a/effekt/jvm/src/test/scala/effekt/LLVMTests.scala b/effekt/jvm/src/test/scala/effekt/LLVMTests.scala index 5aadb57a2..4cf00c1b8 100644 --- a/effekt/jvm/src/test/scala/effekt/LLVMTests.scala +++ b/effekt/jvm/src/test/scala/effekt/LLVMTests.scala @@ -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", ) /**