summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/3487.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bugs/closed/3487.v')
-rw-r--r--test-suite/bugs/closed/3487.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/bugs/closed/3487.v b/test-suite/bugs/closed/3487.v
index 03c60a8b..1321a859 100644
--- a/test-suite/bugs/closed/3487.v
+++ b/test-suite/bugs/closed/3487.v
@@ -1,4 +1,4 @@
-Notation bar := $(exact I)$.
+Notation bar := ltac:(exact I).
Notation foo := bar (only parsing).
Class baz := { x : False }.
Instance: baz.