aboutsummaryrefslogtreecommitdiff
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 900bfc34b3..7e37116249 100644
--- a/test-suite/bugs/closed/3467.v
+++ b/test-suite/bugs/closed/3467.v
@@ -2,5 +2,5 @@ Module foo.
Notation x := $(exact I)$.
End foo.
Module bar.
- Fail Include foo.
+ Include foo.
End bar.