[commit: ghc] ghc-7.10: Fix T10196 expected output (66428af)

git at git.haskell.org git at git.haskell.org
Wed Jul 15 09:32:17 UTC 2015


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

On branch  : ghc-7.10
Link       : http://ghc.haskell.org/trac/ghc/changeset/66428afad27ff901e96e48d554c46c96dde7fc1c/ghc

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

commit 66428afad27ff901e96e48d554c46c96dde7fc1c
Author: Ben Gamari <bgamari.foss at gmail.com>
Date:   Wed Jul 15 05:30:02 2015 -0400

    Fix T10196 expected output


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

66428afad27ff901e96e48d554c46c96dde7fc1c
 testsuite/tests/parser/should_fail/T10196Fail1.stderr | 2 +-
 testsuite/tests/parser/should_fail/T10196Fail2.stderr | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/testsuite/tests/parser/should_fail/T10196Fail1.stderr b/testsuite/tests/parser/should_fail/T10196Fail1.stderr
index 3c4a173..c6154c7 100644
--- a/testsuite/tests/parser/should_fail/T10196Fail1.stderr
+++ b/testsuite/tests/parser/should_fail/T10196Fail1.stderr
@@ -1,2 +1,2 @@
 
-T10196Fail1.hs:4:12: error: lexical error at character '\7526'
+T10196Fail1.hs:4:12: lexical error at character '\7526'
diff --git a/testsuite/tests/parser/should_fail/T10196Fail2.stderr b/testsuite/tests/parser/should_fail/T10196Fail2.stderr
index abba8aa..bfbd31e 100644
--- a/testsuite/tests/parser/should_fail/T10196Fail2.stderr
+++ b/testsuite/tests/parser/should_fail/T10196Fail2.stderr
@@ -1,2 +1,2 @@
 
-T10196Fail2.hs:4:1: error: lexical error at character '\7526'
+T10196Fail2.hs:4:1: lexical error at character '\7526'



More information about the ghc-commits mailing list