From 5fe2f8780981834d0847661148c17ea248b40f38 Mon Sep 17 00:00:00 2001 From: Roman Venediktov Date: Thu, 11 Jul 2024 15:43:09 +0200 Subject: [PATCH] Disable stdlib/test30 due to unstable behaviour --- stdlib/regression/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdlib/regression/Makefile b/stdlib/regression/Makefile index 4ddc401d5..c6748f129 100644 --- a/stdlib/regression/Makefile +++ b/stdlib/regression/Makefile @@ -1,4 +1,4 @@ -TESTS=$(sort $(basename $(wildcard test*.lama))) +TESTS=$(sort $(filter-out test30, $(basename $(wildcard test*.lama)))) LAMAC=../../src/lamac