summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/3467.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bugs/closed/3467.v')
-rw-r--r--test-suite/bugs/closed/3467.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/bugs/closed/3467.v b/test-suite/bugs/closed/3467.v
index 7e371162..88ae0305 100644
--- a/test-suite/bugs/closed/3467.v
+++ b/test-suite/bugs/closed/3467.v
@@ -1,5 +1,5 @@
Module foo.
- Notation x := $(exact I)$.
+ Notation x := ltac:(exact I).
End foo.
Module bar.
Include foo.