diff options
Diffstat (limited to 'testsuite/tests/parser/should_fail/ParserNoBinaryLiterals2.stderr')
-rw-r--r-- | testsuite/tests/parser/should_fail/ParserNoBinaryLiterals2.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/parser/should_fail/ParserNoBinaryLiterals2.stderr b/testsuite/tests/parser/should_fail/ParserNoBinaryLiterals2.stderr index f592bc878b..d45f4b5502 100644 --- a/testsuite/tests/parser/should_fail/ParserNoBinaryLiterals2.stderr +++ b/testsuite/tests/parser/should_fail/ParserNoBinaryLiterals2.stderr @@ -1,5 +1,5 @@ -ParserNoBinaryLiterals2.hs:8:4: error: +ParserNoBinaryLiterals2.hs:9:4: error: • The constructor ‘W#’ should have 1 argument, but has been given 2 • In the pattern: W# 0 b0## In an equation for ‘f’: f (W# 0 b0##) = () |