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