aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/bugs/opened/3510.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bugs/opened/3510.v')
-rw-r--r--test-suite/bugs/opened/3510.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/bugs/opened/3510.v b/test-suite/bugs/opened/3510.v
index 9e5489339..25285636b 100644
--- a/test-suite/bugs/opened/3510.v
+++ b/test-suite/bugs/opened/3510.v
@@ -31,4 +31,4 @@ Lemma match_option_comm_2 T (p : option T) A B R (f : forall (x : A) (y : B x),
end.
admit.
Defined.
-Hint Rewrite match_option_fn match_option_comm_2 : matchdb.
+Fail Hint Rewrite match_option_fn match_option_comm_2 : matchdb.