[commit: ghc] master: Update mod73 test output (1178fa4)

git at git.haskell.org git at git.haskell.org
Fri Jun 6 14:09:58 UTC 2014


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/1178fa4ada1ac054976f3abb2e303ad42653e303/ghc

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

commit 1178fa4ada1ac054976f3abb2e303ad42653e303
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Fri Jun 6 15:03:36 2014 +0200

    Update mod73 test output
    
    to what I observe on travis and on my validate machine, even though my
    local tree produces the previous output.


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

1178fa4ada1ac054976f3abb2e303ad42653e303
 testsuite/tests/module/mod73.stderr | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testsuite/tests/module/mod73.stderr b/testsuite/tests/module/mod73.stderr
index d19a032..576b0e3 100644
--- a/testsuite/tests/module/mod73.stderr
+++ b/testsuite/tests/module/mod73.stderr
@@ -2,6 +2,6 @@
 mod73.hs:3:7:
     Not in scope: ‘Prelude.g’
     Perhaps you meant one of these:
-      data constructor ‘Prelude.GT’ (imported from Prelude),
+      data constructor ‘Prelude.LT’ (imported from Prelude),
       data constructor ‘Prelude.EQ’ (imported from Prelude),
-      data constructor ‘Prelude.LT’ (imported from Prelude)
+      data constructor ‘Prelude.GT’ (imported from Prelude)



More information about the ghc-commits mailing list