diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2014-06-06 15:03:36 +0200 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2014-06-06 15:29:47 +0200 |
commit | 1178fa4ada1ac054976f3abb2e303ad42653e303 (patch) | |
tree | e2b56ef76dc6adde0daed6731e91b8d5af497329 /testsuite/tests/module | |
parent | 63d7047a8a20c4e8b1c050b4577bbd7ee5cebafc (diff) | |
download | haskell-1178fa4ada1ac054976f3abb2e303ad42653e303.tar.gz |
Update mod73 test output
to what I observe on travis and on my validate machine, even though my
local tree produces the previous output.
Diffstat (limited to 'testsuite/tests/module')
-rw-r--r-- | testsuite/tests/module/mod73.stderr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/module/mod73.stderr b/testsuite/tests/module/mod73.stderr index d19a032cef..576b0e3a86 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) |