summaryrefslogtreecommitdiff
path: root/test-suite/bugs/opened/3467.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bugs/opened/3467.v')
-rw-r--r--test-suite/bugs/opened/3467.v6
1 files changed, 0 insertions, 6 deletions
diff --git a/test-suite/bugs/opened/3467.v b/test-suite/bugs/opened/3467.v
deleted file mode 100644
index 900bfc34..00000000
--- a/test-suite/bugs/opened/3467.v
+++ /dev/null
@@ -1,6 +0,0 @@
-Module foo.
- Notation x := $(exact I)$.
-End foo.
-Module bar.
- Fail Include foo.
-End bar.