From 9e947ddc820388abaaa29c7550ccc769a6993666 Mon Sep 17 00:00:00 2001 From: Philipp Schuster Date: Wed, 22 Jan 2025 13:18:46 +0100 Subject: [PATCH] Reintroduce a failing test --- effekt/jvm/src/test/scala/effekt/LLVMTests.scala | 1 - 1 file changed, 1 deletion(-) 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",