summaryrefslogtreecommitdiff
path: root/test-suite/success/DHyp.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/success/DHyp.v')
-rw-r--r--test-suite/success/DHyp.v13
1 files changed, 0 insertions, 13 deletions
diff --git a/test-suite/success/DHyp.v b/test-suite/success/DHyp.v
index 73907bc4..8b137891 100644
--- a/test-suite/success/DHyp.v
+++ b/test-suite/success/DHyp.v
@@ -1,14 +1 @@
-V7only [
-HintDestruct Hypothesis h1 (le ? O) 3 [Fun I -> Inversion I ].
-Lemma lem1 : ~(le (S O) O).
-Intro H.
-DHyp H.
-Qed.
-
-HintDestruct Conclusion h2 (le O ?) 3 [Constructor].
-
-Lemma lem2 : (le O O).
-DConcl.
-Qed.
-].