From 97a47f403fd1e94d6ffca11b2fba99d444a3c193 Mon Sep 17 00:00:00 2001 From: Roman Venediktov Date: Thu, 11 Jul 2024 14:36:12 +0200 Subject: [PATCH] Enable all test in stdlib --- stdlib/regression/Makefile | 2 +- stdlib/regression/test30.lama | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/stdlib/regression/Makefile b/stdlib/regression/Makefile index edc80acab..4ddc401d5 100644 --- a/stdlib/regression/Makefile +++ b/stdlib/regression/Makefile @@ -1,4 +1,4 @@ -TESTS=$(sort $(filter-out test02 test30, $(basename $(wildcard test*.lama)))) +TESTS=$(sort $(basename $(wildcard test*.lama))) LAMAC=../../src/lamac diff --git a/stdlib/regression/test30.lama b/stdlib/regression/test30.lama index 6ce2a71fe..c649a0b81 100644 --- a/stdlib/regression/test30.lama +++ b/stdlib/regression/test30.lama @@ -87,8 +87,6 @@ fun normalize (x) { fun not (x) {0 - x} -disableGC (); - for var i=0;, i<25, i:=i+1 do case genCyclicArrays (1000, true, false) of