From 009718d9d0130a967261ae5d2484985522fc2f7c Mon Sep 17 00:00:00 2001 From: Maxime Dénès Date: Mon, 10 Oct 2016 10:58:09 +0200 Subject: Add test file for #4416. --- test-suite/bugs/closed/4416.v | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test-suite/bugs/closed/4416.v diff --git a/test-suite/bugs/closed/4416.v b/test-suite/bugs/closed/4416.v new file mode 100644 index 0000000000..b97a8ce640 --- /dev/null +++ b/test-suite/bugs/closed/4416.v @@ -0,0 +1,3 @@ +Goal exists x, x. +unshelve refine (ex_intro _ _ _); match goal with _ => refine (_ _) end. +(* Error: Incorrect number of goals (expected 2 tactics). *) \ No newline at end of file -- cgit v1.2.3