From: Claudio Sacerdoti Coen Date: Mon, 27 Jul 2009 12:25:54 +0000 (+0000) Subject: Since I guess the divergence bug is fixed, I activate the test again. X-Git-Tag: make_still_working~3611 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=5358a88f120d52959a1cd2dfc134aa872bca61ba;p=helm.git Since I guess the divergence bug is fixed, I activate the test again. --- diff --git a/helm/software/matita/tests/ng_includeB.ma b/helm/software/matita/tests/ng_includeB.ma new file mode 100644 index 000000000..1fccbcb94 --- /dev/null +++ b/helm/software/matita/tests/ng_includeB.ma @@ -0,0 +1,19 @@ +(**************************************************************************) +(* ___ *) +(* ||M|| *) +(* ||A|| A project by Andrea Asperti *) +(* ||T|| *) +(* ||I|| Developers: *) +(* ||T|| The HELM team. *) +(* ||A|| http://helm.cs.unibo.it *) +(* \ / *) +(* \ / This file is distributed under the terms of the *) +(* v GNU General Public License Version 2 *) +(* *) +(**************************************************************************) + +include "ng_include.ma". + +ntheorem goo: ∀n. ∀H:(P (? + n) → Prop). ∀p:P n. H p → True. + napply foo; +nqed. diff --git a/helm/software/matita/tests/ng_includeB.ma.dontrun b/helm/software/matita/tests/ng_includeB.ma.dontrun deleted file mode 100644 index 1fccbcb94..000000000 --- a/helm/software/matita/tests/ng_includeB.ma.dontrun +++ /dev/null @@ -1,19 +0,0 @@ -(**************************************************************************) -(* ___ *) -(* ||M|| *) -(* ||A|| A project by Andrea Asperti *) -(* ||T|| *) -(* ||I|| Developers: *) -(* ||T|| The HELM team. *) -(* ||A|| http://helm.cs.unibo.it *) -(* \ / *) -(* \ / This file is distributed under the terms of the *) -(* v GNU General Public License Version 2 *) -(* *) -(**************************************************************************) - -include "ng_include.ma". - -ntheorem goo: ∀n. ∀H:(P (? + n) → Prop). ∀p:P n. H p → True. - napply foo; -nqed.