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

This test case is failing on my machine, too. Is it perhaps possible to sort the output to avoid these wibbles? I looked at the code and it's not immediately obvious to me the best place to do this... Thanks, Richard On Jun 6, 2014, at 10:09 AM, git@ghc.haskell.org wrote:
Repository : ssh://git@git.haskell.org/ghc
On branch : master Link : http://ghc.haskell.org/trac/ghc/changeset/1178fa4ada1ac054976f3abb2e303ad426...
---------------------------------------------------------------
commit 1178fa4ada1ac054976f3abb2e303ad42653e303 Author: Joachim Breitner
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)
_______________________________________________ ghc-commits mailing list ghc-commits@haskell.org http://www.haskell.org/mailman/listinfo/ghc-commits
participants (1)
-
Richard Eisenberg