aboutsummaryrefslogtreecommitdiff
path: root/test-suite/bugs
diff options
context:
space:
mode:
authorMatthieu Sozeau2019-01-07 13:46:42 +0100
committerMatthieu Sozeau2019-01-07 13:46:42 +0100
commitffcb5526d33c1eaa2016dd3af9e3dffd932b7874 (patch)
tree1e567b2f5dd90f9329a42ff2dcb0407277af5bd7 /test-suite/bugs
parent8c040974facb733682d24c488dc89941671f4ab7 (diff)
parent0703cd1bbe5aab7e584d2293fe76c5f6ac4fe08c (diff)
Merge PR #8373: Fixes #8369: Not_found in printing message about an unresolved subevar.
Diffstat (limited to 'test-suite/bugs')
-rw-r--r--test-suite/bugs/closed/bug_8369.v3
1 files changed, 3 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/bug_8369.v b/test-suite/bugs/closed/bug_8369.v
new file mode 100644
index 0000000000..9816954d0c
--- /dev/null
+++ b/test-suite/bugs/closed/bug_8369.v
@@ -0,0 +1,3 @@
+(* Was failing in master with a not_found generated by the printer *)
+
+Fail Definition foo := fun '(u, v) p2 => (u, v).