diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2018-02-27 08:53:10 +0000 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2018-02-27 08:53:10 +0000 |
commit | b2996f1b81c6c51eedc7ece93de0a6bc0426da5c (patch) | |
tree | eaeb9140bd75af22bc14118138cff219a2cfb56b | |
parent | 51e0a382a96e4c2e911738aeaac20f36b621fbbc (diff) | |
download | haskell-b2996f1b81c6c51eedc7ece93de0a6bc0426da5c.tar.gz |
Fix test for Trac #13075
I'd put the stderr file in my link tree, not in the source tree,
so my original push had the wrong file, even though my tree
validated. Sorry!
-rw-r--r-- | testsuite/tests/typecheck/should_fail/T13075.stderr | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuite/tests/typecheck/should_fail/T13075.stderr b/testsuite/tests/typecheck/should_fail/T13075.stderr index 0519ecba6e..89abb9afe3 100644 --- a/testsuite/tests/typecheck/should_fail/T13075.stderr +++ b/testsuite/tests/typecheck/should_fail/T13075.stderr @@ -1 +1,3 @@ -
\ No newline at end of file + +T13075.hs:5:1: error: + Top-level strict bindings aren't allowed: !(Just x) = Nothing |