aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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 900bfc34b..7e3711624 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.