aboutsummaryrefslogtreecommitdiff
path: root/tests/stuff
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2017-08-01 00:35:09 +0200
committerPierre-Marie Pédrot2017-08-01 00:35:09 +0200
commit9eb7f16fc890a1bf3a1332332ed349513905ed66 (patch)
tree5be5a85e5113d2036ff8c959d66746c55aeaf3ea /tests/stuff
parentf9e7c43b5884f5231f14ec7b008b1eb660026a0e (diff)
Do not thunk notations preemptively.
One has to rely on the 'thunk' token to produce such thunks.
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.