X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Ftests%2Fbad_tests%2Fauto.ma;h=35a2496e6f03736bb130782c6daedd347f1c48c7;hb=1afd7ec589d63a1b02165211391bce345a33d62f;hp=12fa478bbcf1934296a7047ca8a126d68f3355b0;hpb=ffce9e00cc481f80416f011c52475e70e043a0fa;p=helm.git diff --git a/helm/software/matita/tests/bad_tests/auto.ma b/helm/software/matita/tests/bad_tests/auto.ma index 12fa478bb..35a2496e6 100755 --- a/helm/software/matita/tests/bad_tests/auto.ma +++ b/helm/software/matita/tests/bad_tests/auto.ma @@ -12,8 +12,8 @@ (* *) (**************************************************************************) -set "baseuri" "cic:/matita/tests/auto/". -include "legacy/coq.ma". + +include "coq.ma". alias id "O" = "cic:/Coq/Init/Datatypes/nat.ind#xpointer(1/1/1)". alias id "S" = "cic:/Coq/Init/Datatypes/nat.ind#xpointer(1/1/2)". @@ -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 = 4 width = 3 use_paramod = false. +auto new depth = 4 width = 3 use_paramod = false.