]> matita.cs.unibo.it Git - helm.git/commitdiff
Since I guess the divergence bug is fixed, I activate the test again.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Mon, 27 Jul 2009 12:25:54 +0000 (12:25 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Mon, 27 Jul 2009 12:25:54 +0000 (12:25 +0000)
helm/software/matita/tests/ng_includeB.ma [new file with mode: 0644]
helm/software/matita/tests/ng_includeB.ma.dontrun [deleted file]

diff --git a/helm/software/matita/tests/ng_includeB.ma b/helm/software/matita/tests/ng_includeB.ma
new file mode 100644 (file)
index 0000000..1fccbcb
--- /dev/null
@@ -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 (file)
index 1fccbcb..0000000
+++ /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.