aboutsummaryrefslogtreecommitdiff
path: root/test-suite
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2020-12-14 09:24:28 +0100
committerPierre-Marie Pédrot2020-12-14 09:24:28 +0100
commit2648803f31d4d8cbe18f7e69833702b7048b8dc2 (patch)
tree1919b5ed04cc428497b51511b69723b045ca613c /test-suite
parenta819eeed1770f393577e6df42220cba25787887d (diff)
parent5ff1626fc69e7a085269e26d0ab9de2d5a140380 (diff)
Merge PR #13509: Remove compatibility flag Set Bracketing Last Introduction Pattern
Reviewed-by: Zimmi48 Reviewed-by: ppedrot
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.