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