]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/tests/replace.ma
auto => auto new everywhere + minor updates to make more tests pass
[helm.git] / helm / software / matita / tests / replace.ma
index 2b174af6478ff4917ac71137a11cc104af6c5d8b..e9960a507de28d4ee7e3dcb344e2b2e373df12d4 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.
+ auto new.
 qed.
 
 (* This test tests "replace in match t" where t contains some metavariables *)