[commit: ghc] master: Fix line number in T10018 testcase (45c319f)

git at git.haskell.org git at git.haskell.org
Fri Jul 24 07:25:32 UTC 2015


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/45c319ff49810a1d86c44dfddafa6a65052d34c3/ghc

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

commit 45c319ff49810a1d86c44dfddafa6a65052d34c3
Author: Ben Gamari <bgamari.foss at gmail.com>
Date:   Fri Jul 24 03:25:27 2015 -0400

    Fix line number in T10018 testcase


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

45c319ff49810a1d86c44dfddafa6a65052d34c3
 testsuite/tests/ghci/scripts/T10018.stdout | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuite/tests/ghci/scripts/T10018.stdout b/testsuite/tests/ghci/scripts/T10018.stdout
index bff8336..4f7d480 100644
--- a/testsuite/tests/ghci/scripts/T10018.stdout
+++ b/testsuite/tests/ghci/scripts/T10018.stdout
@@ -1,2 +1,2 @@
-data Infix a b = a :@: b 	-- Defined at <interactive>:3:18
+data Infix a b = a :@: b 	-- Defined at <interactive>:2:18
 infixl 4 :@:



More information about the ghc-commits mailing list