aboutsummaryrefslogtreecommitdiff
path: root/test-suite/bugs/opened
diff options
context:
space:
mode:
authorMaxime Dénès2015-02-27 16:46:41 +0100
committerMaxime Dénès2015-02-27 16:46:41 +0100
commit926fcf01baecd01c2e46d17a31077b942d01971d (patch)
treea30c6096aaabdb091eb9191bdcbf70d884305bfa /test-suite/bugs/opened
parent3248466ca57b5121e5a29bf6fd6619c512a52349 (diff)
Moving test for #3467 to closed after PMP's fix.
Diffstat (limited to 'test-suite/bugs/opened')
-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 900bfc34b3..0000000000
--- 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.