Disable stdlib/test30 due to unstable behaviour

This commit is contained in:
Roman Venediktov 2024-07-11 15:43:09 +02:00
parent 59158909e0
commit 5fe2f87809

View file

@ -1,4 +1,4 @@
TESTS=$(sort $(basename $(wildcard test*.lama))) TESTS=$(sort $(filter-out test30, $(basename $(wildcard test*.lama))))
LAMAC=../../src/lamac LAMAC=../../src/lamac