diff options
| author | Maxime Dénès | 2015-02-27 16:46:41 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2015-02-27 16:46:41 +0100 |
| commit | 926fcf01baecd01c2e46d17a31077b942d01971d (patch) | |
| tree | a30c6096aaabdb091eb9191bdcbf70d884305bfa /test-suite/bugs/opened | |
| parent | 3248466ca57b5121e5a29bf6fd6619c512a52349 (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.v | 6 |
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. |
