aboutsummaryrefslogtreecommitdiff
path: root/test-suite/bugs/opened
diff options
context:
space:
mode:
authornotin2008-03-28 18:15:23 +0000
committernotin2008-03-28 18:15:23 +0000
commit5bb2935198434eceea41e1b966b56a175def396d (patch)
tree1266f4bde8439fdcd33d6c1125a4e88622c2d8b8 /test-suite/bugs/opened
parentbca8775b49fd63c119cf2dd4f54c87676a93ed61 (diff)
Correction du bug 1816 (ajout d'un lemme dans Znat) et suppression
d'un test non significatif git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10726 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'test-suite/bugs/opened')
-rw-r--r--test-suite/bugs/opened/shouldnotfail/1449.v5
1 files changed, 0 insertions, 5 deletions
diff --git a/test-suite/bugs/opened/shouldnotfail/1449.v b/test-suite/bugs/opened/shouldnotfail/1449.v
deleted file mode 100644
index d9695360f9..0000000000
--- a/test-suite/bugs/opened/shouldnotfail/1449.v
+++ /dev/null
@@ -1,5 +0,0 @@
-Require Import Arith.
-
-Goal 0 <= 0.
- eapply le_trans.
- setoid_rewrite mult_comm.