diff options
author | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2004-12-04 10:41:29 +0000 |
---|---|---|
committer | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2004-12-04 10:41:29 +0000 |
commit | b1cf3efa7e75fc525590789208c8be8130074fe5 (patch) | |
tree | b443ade086aeff224297a14b9a6b96b2ef732657 /test-suite/success | |
parent | 3fc60b701c69b6a7f635c3b1f7e08279c20f5ef2 (diff) |
Failed in 8.0pl1
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@6397 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'test-suite/success')
-rw-r--r-- | test-suite/success/set.v8 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test-suite/success/set.v8 b/test-suite/success/set.v8 new file mode 100644 index 000000000..5a190d313 --- /dev/null +++ b/test-suite/success/set.v8 @@ -0,0 +1,7 @@ +Goal forall n, n+n=0->0=n+n. +intros. + +(* This used to fail in 8.0pl1 *) +set n in * |-. + + |