aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/bugs/closed/3993.v
diff options
context:
space:
mode:
authorGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2015-02-20 13:26:22 +0100
committerGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2015-02-20 13:34:20 +0100
commitbbafae3cc88452d89314342aa745705b4481d584 (patch)
treee7cfe37e929dfac008e43f81ab860734296c53b4 /test-suite/bugs/closed/3993.v
parent97e5a748bf921dc6cefae0041d2adb00f24f34cb (diff)
A fix for #3993 (not fully applied term to destruct when eqn is given).
Diffstat (limited to 'test-suite/bugs/closed/3993.v')
-rw-r--r--test-suite/bugs/closed/3993.v3
1 files changed, 3 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/3993.v b/test-suite/bugs/closed/3993.v
new file mode 100644
index 000000000..086d8dd0f
--- /dev/null
+++ b/test-suite/bugs/closed/3993.v
@@ -0,0 +1,3 @@
+(* Test smooth failure on not fully applied term to destruct with eqn: given *)
+Goal True.
+Fail induction S eqn:H.