aboutsummaryrefslogtreecommitdiff
path: root/test-suite/bugs
diff options
context:
space:
mode:
authorHugo Herbelin2020-03-17 11:16:09 +0100
committerHugo Herbelin2020-11-22 13:28:40 +0100
commitdf8b5c7d83ad6e88af34d29bcc32c85bd42c2712 (patch)
tree5d2c72af30d4deacb9f0bbd23b1f3de7d4338b93 /test-suite/bugs
parent5ee4141e04696fe82f4291723a9574a4830479a2 (diff)
Adapting standard library, doc and test suite to ident->name renaming.
Diffstat (limited to 'test-suite/bugs')
-rw-r--r--test-suite/bugs/closed/bug_9517.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/bug_9517.v b/test-suite/bugs/closed/bug_9517.v
index bb43edbe74..93ed94df39 100644
--- a/test-suite/bugs/closed/bug_9517.v
+++ b/test-suite/bugs/closed/bug_9517.v
@@ -2,6 +2,7 @@ Declare Custom Entry expr.
Declare Custom Entry stmt.
Notation "x" := x (in custom stmt, x ident).
Notation "x" := x (in custom expr, x ident).
+Notation "'_'" := _ (in custom expr).
Notation "1" := 1 (in custom expr).