aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/bugs/opened/3655.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bugs/opened/3655.v')
-rw-r--r--test-suite/bugs/opened/3655.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/bugs/opened/3655.v b/test-suite/bugs/opened/3655.v
index 3ef112b7c..2ec1da64d 100644
--- a/test-suite/bugs/opened/3655.v
+++ b/test-suite/bugs/opened/3655.v
@@ -2,4 +2,4 @@ Ltac bar x := pose x.
Tactic Notation "foo" open_constr(x) := bar x.
Class baz := { baz' : Type }.
Goal True.
- foo baz'.
+ Fail foo baz'.