summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/shouldsucceed/2350.v
diff options
context:
space:
mode:
authorGravatar Stephane Glondu <steph@glondu.net>2010-07-24 20:01:32 +0200
committerGravatar Stephane Glondu <steph@glondu.net>2010-07-24 20:01:32 +0200
commit7e8a7e298caa066fd40eb9aeec281f79c06136e7 (patch)
tree5d4ee90299f3dc59175bc40064f69a77804dbd75 /test-suite/bugs/closed/shouldsucceed/2350.v
parent318fa60917ddc080ece3a6d303c07e06876920e7 (diff)
parentb9f47391f7f259c24119d1de0a87839e2cc5e80c (diff)
Merge branch 'experimental/upstream' into experimental/master
Diffstat (limited to 'test-suite/bugs/closed/shouldsucceed/2350.v')
-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 00000000..e91f22e2
--- /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) := _).