aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/bugs/opened/3509.v
diff options
context:
space:
mode:
authorGravatar Xavier Clerc <xavier.clerc@inria.fr>2014-09-26 13:29:36 +0200
committerGravatar Xavier Clerc <xavier.clerc@inria.fr>2014-09-26 13:29:36 +0200
commit158398435d1727e59f933f3eff6b58c5a635ffb8 (patch)
tree10b9066827c5589e26d0c89a2400eca9d3b1f216 /test-suite/bugs/opened/3509.v
parentac03db11dd55e1250126b7369e70a2c1fa397271 (diff)
Add missing "Fail" to bug cases.
Diffstat (limited to 'test-suite/bugs/opened/3509.v')
-rw-r--r--test-suite/bugs/opened/3509.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/bugs/opened/3509.v b/test-suite/bugs/opened/3509.v
index 4c9ba95ab..02e47a8b4 100644
--- a/test-suite/bugs/opened/3509.v
+++ b/test-suite/bugs/opened/3509.v
@@ -15,4 +15,4 @@ Lemma match_bool_comm_1 (b : bool) A B (F : forall x : A, B x) t f
admit.
Defined.
Hint Rewrite match_bool_fn : matchdb.
-Hint Rewrite match_bool_comm_1 : matchdb.
+Fail Hint Rewrite match_bool_comm_1 : matchdb.