X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Ftests%2Fbad_tests%2Fauto.ma;h=24226600c6669657629fb9afdd9a274034d72bcb;hb=06e2976ca4ef6bdfe14beba14ba538a2479c51a8;hp=c7bd62492ba953cac304ac22150965af3901b5e2;hpb=7f2444c2670cadafddd8785b687ef312158376b0;p=helm.git diff --git a/matita/tests/bad_tests/auto.ma b/matita/tests/bad_tests/auto.ma index c7bd62492..24226600c 100755 --- a/matita/tests/bad_tests/auto.ma +++ b/matita/tests/bad_tests/auto.ma @@ -24,4 +24,4 @@ alias symbol "plus" (instance 0) = "Coq's natural plus". alias symbol "times" (instance 0) = "Coq's natural times". theorem a : \forall x,y:nat. x*x+(S y) = O - x. intros. -auto depth = 3. +auto new depth = 4 width = 3 use_paramod = false.