]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/tests/replace.ma
Disambiguation errors in phase 3 that are not present in phase 4 are filtered
[helm.git] / matita / tests / replace.ma
index 2b174af6478ff4917ac71137a11cc104af6c5d8b..b740f387ef032e5f6c795ecdac86bcffe10d7f9e 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 library.
 qed.
 
 (* This test tests "replace in match t" where t contains some metavariables *)