[commit: ghc] master: Update test output (934b3a0)

git at git.haskell.org git at git.haskell.org
Thu Dec 3 22:00:42 UTC 2015


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/934b3a06af6e716e20f4d9aa1c22c9d9300568dd/ghc

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

commit 934b3a06af6e716e20f4d9aa1c22c9d9300568dd
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Thu Dec 3 15:20:01 2015 -0500

    Update test output


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

934b3a06af6e716e20f4d9aa1c22c9d9300568dd
 testsuite/tests/th/TH_repUnboxedTuples.stderr | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/testsuite/tests/th/TH_repUnboxedTuples.stderr b/testsuite/tests/th/TH_repUnboxedTuples.stderr
index d5bfa68..4ae798c 100644
--- a/testsuite/tests/th/TH_repUnboxedTuples.stderr
+++ b/testsuite/tests/th/TH_repUnboxedTuples.stderr
@@ -3,3 +3,7 @@ case (# 'b', GHC.Types.False #) of
     (# 'a', GHC.Types.True #) -> (# "One", 1 #)
     (# 'b', GHC.Types.False #) -> (# "Two", 2 #)
     (# _, _ #) -> (# "Three", 3 #)
+
+TH_repUnboxedTuples.hs:18:13: warning:
+    Pattern match(es) are redundant
+    In a case alternative: (# 'a', True #) -> ...



More information about the ghc-commits mailing list