diff options
Diffstat (limited to 'testsuite/tests/linear/should_fail/LinearBottomMult.stderr')
-rw-r--r-- | testsuite/tests/linear/should_fail/LinearBottomMult.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/linear/should_fail/LinearBottomMult.stderr b/testsuite/tests/linear/should_fail/LinearBottomMult.stderr index fd846070d8..11ee3d10fd 100644 --- a/testsuite/tests/linear/should_fail/LinearBottomMult.stderr +++ b/testsuite/tests/linear/should_fail/LinearBottomMult.stderr @@ -3,4 +3,4 @@ LinearBottomMult.hs:13:3: error: • Couldn't match type ‘'Many’ with ‘'One’ arising from multiplicity of ‘x’ • In an equation for ‘f’: - f x = elim (U (\ (a :: Void) -> case a of)) + f x = elim (U (\ (a :: Void) -> case a of {})) |