]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/tests/replace.ma
auto => autobatch
[helm.git] / matita / tests / replace.ma
index 843075766405b8bcea9a77443ce68e00cfdc6759..ba1f41a8f3d9b17e878a48995d72132dac5caf09 100644 (file)
@@ -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 *)