X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Ftests%2Freplace.ma;h=ba1f41a8f3d9b17e878a48995d72132dac5caf09;hb=04b57d04fcb847a6f834050d7120bac8494c5519;hp=843075766405b8bcea9a77443ce68e00cfdc6759;hpb=0582a602f0b1d6f5430326893a473d78b0aa7dfd;p=helm.git diff --git a/helm/software/matita/tests/replace.ma b/helm/software/matita/tests/replace.ma index 843075766..ba1f41a8f 100644 --- a/helm/software/matita/tests/replace.ma +++ b/helm/software/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 new library. + autobatch library. qed. (* This test tests "replace in match t" where t contains some metavariables *)