diff --git a/effekt/jvm/src/test/scala/effekt/LLVMTests.scala b/effekt/jvm/src/test/scala/effekt/LLVMTests.scala index 356ea86cb..e5cb6e260 100644 --- a/effekt/jvm/src/test/scala/effekt/LLVMTests.scala +++ b/effekt/jvm/src/test/scala/effekt/LLVMTests.scala @@ -23,7 +23,6 @@ class LLVMTests extends EffektTests { // 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", examplesDir / "benchmarks" / "input_output" / "number_matrix.effekt", examplesDir / "benchmarks" / "input_output" / "word_count_ascii.effekt", examplesDir / "benchmarks" / "input_output" / "word_count_utf8.effekt",