]> matita.cs.unibo.it Git - helm.git/commitdiff
Test fixed.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 13 Sep 2005 12:12:44 +0000 (12:12 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 13 Sep 2005 12:12:44 +0000 (12:12 +0000)
helm/matita/tests/generalize.ma

index ee0732225e57a6b6b62c1a8149fab19e1b3af281..aca28ffdcc2ddc9c2d9fdd335461507311a3c1d7 100644 (file)
@@ -31,7 +31,7 @@ qed.
 (* This test used to fail because x was used in the wrong context *)
 (* Once this was fixed it still did not work since apply is not   *)
 (* able to solve a goal that ends in a product.                   *)
-theorem test2: \forall x. x + 4 = 4 + x.
+theorem test2: \forall x. 4 + x = x + 4.
  generalize in match 4.
  exact plus_comm.
 qed.