]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/tests/test3.ma
changelog to -rc-1
[helm.git] / matita / tests / test3.ma
index 1399f8be20e745f5d45629f694392c7b7da8f6af..85180da5b043025e53a30a600311a53a5a70043e 100644 (file)
@@ -13,7 +13,7 @@
 (**************************************************************************)
 
 set "baseuri" "cic:/matita/tests/test3/".
-include "legacy/coq.ma".
+include "../legacy/coq.ma".
 
 alias symbol "eq" (instance 0) = "Coq's leibnitz's equality".
 theorem a:\forall x.x=x.
@@ -27,5 +27,5 @@ alias symbol "times" (instance 0) = "Coq's natural times".
 
 theorem b:\forall p:nat. p * 0=0.
 intro.
-auto new.
+autobatch library.
 qed.