aboutsummaryrefslogtreecommitdiff
path: root/tests/stuff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/stuff')
-rw-r--r--tests/stuff/ltac2.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stuff/ltac2.v b/tests/stuff/ltac2.v
index 35546ef6c1..ece6fca06a 100644
--- a/tests/stuff/ltac2.v
+++ b/tests/stuff/ltac2.v
@@ -111,7 +111,7 @@ Proof.
Fail zero (Bar "lol").
Abort.
-Ltac2 Notation "refine!" c(constr) := refine c.
+Ltac2 Notation "refine!" c(thunk(constr)) := refine c.
Goal True.
Proof.