X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Ftests%2Freplace.ma;h=843075766405b8bcea9a77443ce68e00cfdc6759;hb=fbdd1cc46819d19ed135391a4a954c19d1b92c0c;hp=e9960a507de28d4ee7e3dcb344e2b2e373df12d4;hpb=3ee4674162a39cb65b08d492278738008057566d;p=helm.git diff --git a/matita/tests/replace.ma b/matita/tests/replace.ma index e9960a507..843075766 100644 --- a/matita/tests/replace.ma +++ b/matita/tests/replace.ma @@ -13,7 +13,7 @@ (**************************************************************************) set "baseuri" "cic:/matita/tests/replace/". -include "legacy/coq.ma". +include "../legacy/coq.ma". alias id "nat" = "cic:/Coq/Init/Datatypes/nat.ind#xpointer(1/1)". alias num (instance 0) = "natural number". alias symbol "eq" (instance 0) = "Coq's leibnitz's equality". @@ -30,7 +30,7 @@ theorem t: \forall x:nat. x * (x + 0) = (0 + x) * (x + x * 0). rewrite < (plus_n_O x). reflexivity. reflexivity. - auto new. + auto new library. qed. (* This test tests "replace in match t" where t contains some metavariables *)