aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/bugs
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-07-21 16:12:40 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-07-21 16:12:40 +0000
commitb93b983a29b542d6fc0cbce6686beea57cdddfd2 (patch)
tree85d363666e8ddb7733f0c599019bbc287b78673d /test-suite/bugs
parente506e9fb9164ffaeace23f6280953dd55762e75f (diff)
Quick fix for bug #2350 (ensuring enough "red" when refine calls fix tactic).
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13301 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'test-suite/bugs')
-rw-r--r--test-suite/bugs/closed/shouldsucceed/2350.v6
1 files changed, 6 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/shouldsucceed/2350.v b/test-suite/bugs/closed/shouldsucceed/2350.v
new file mode 100644
index 000000000..e91f22e26
--- /dev/null
+++ b/test-suite/bugs/closed/shouldsucceed/2350.v
@@ -0,0 +1,6 @@
+(* Check that the fix tactic, when called from refine, reduces enough
+ to see the products *)
+
+Definition foo := forall n:nat, n=n.
+Definition bar : foo.
+refine (fix aux (n:nat) := _).