X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Ftests%2Freplace.ma;h=e9960a507de28d4ee7e3dcb344e2b2e373df12d4;hb=d341bbab3197a4cf0e7a95a35e0751a30396f11b;hp=2b174af6478ff4917ac71137a11cc104af6c5d8b;hpb=7f2444c2670cadafddd8785b687ef312158376b0;p=helm.git diff --git a/matita/tests/replace.ma b/matita/tests/replace.ma index 2b174af64..e9960a507 100644 --- a/matita/tests/replace.ma +++ b/matita/tests/replace.ma @@ -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. + auto new. qed. (* This test tests "replace in match t" where t contains some metavariables *)