[commit: ghc] master: Fix validate linenumber off-by-one (48977c8)

git at git.haskell.org git at git.haskell.org
Thu Apr 2 22:19:43 UTC 2015


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/48977c8f23fe4a4b461366c314e07d247234b686/ghc

>---------------------------------------------------------------

commit 48977c8f23fe4a4b461366c314e07d247234b686
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date:   Fri Apr 3 00:19:15 2015 +0200

    Fix validate linenumber off-by-one


>---------------------------------------------------------------

48977c8f23fe4a4b461366c314e07d247234b686
 testsuite/tests/parser/should_compile/T9723b.stderr | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuite/tests/parser/should_compile/T9723b.stderr b/testsuite/tests/parser/should_compile/T9723b.stderr
index 2526450..088b722 100644
--- a/testsuite/tests/parser/should_compile/T9723b.stderr
+++ b/testsuite/tests/parser/should_compile/T9723b.stderr
@@ -1,4 +1,4 @@
 
-T9723b.hs:9:5: Warning:
+T9723b.hs:10:5: Warning:
     Tab character found here, and in six further locations.
     Please use spaces instead.



More information about the ghc-commits mailing list