aboutsummaryrefslogtreecommitdiff
path: root/test-suite
diff options
context:
space:
mode:
authorHugo Herbelin2020-11-29 00:10:07 +0100
committerHugo Herbelin2020-12-13 05:44:08 +0100
commit1b43dfcb6facbc88c611db3ecb9076e377eebb34 (patch)
tree88b993bf5786d3a36dafb92f7db961b8b8713a4b /test-suite
parent81d0936c1ac8a537b5d8083933bce607e55ff28f (diff)
Removing flag "Bracketing Last Introduction Pattern".
Diffstat (limited to 'test-suite')
-rw-r--r--test-suite/bugs/closed/bug_4787.v7
1 files changed, 0 insertions, 7 deletions
diff --git a/test-suite/bugs/closed/bug_4787.v b/test-suite/bugs/closed/bug_4787.v
deleted file mode 100644
index a1444a4f63..0000000000
--- a/test-suite/bugs/closed/bug_4787.v
+++ /dev/null
@@ -1,7 +0,0 @@
-(* [Unset Bracketing Last Introduction Pattern] was not working *)
-
-Unset Bracketing Last Introduction Pattern.
-
-Goal forall T (x y : T * T), fst x = fst y /\ snd x = snd y -> x = y.
-do 10 ((intros [] || intro); simpl); reflexivity.
-Qed.