summaryrefslogtreecommitdiff
path: root/testsuite/tests/module
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2021-10-06 13:03:24 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-10-14 14:33:32 -0400
commitf450e9481eafa3a00c648c81154a9a8be2da7650 (patch)
treecf92fb3f9ad4b37098bb2958b9d9eb09cffb5899 /testsuite/tests/module
parent557d26fabacbbf4e47480feae385f20761e1096f (diff)
downloadhaskell-f450e9481eafa3a00c648c81154a9a8be2da7650.tar.gz
fuzzyLookup: More deterministic order
else the output may depend on the input order, which seems it may depend on the concrete Uniques, which is causing headaches when including test cases about that.
Diffstat (limited to 'testsuite/tests/module')
-rw-r--r--testsuite/tests/module/mod134.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/module/mod134.stderr b/testsuite/tests/module/mod134.stderr
index 86c2ffb6a5..75c556cd4f 100644
--- a/testsuite/tests/module/mod134.stderr
+++ b/testsuite/tests/module/mod134.stderr
@@ -4,6 +4,6 @@ mod134.hs:6:19: error:
Perhaps you meant one of these:
‘Prelude.read’ (imported from Prelude),
‘Prelude.reads’ (imported from Prelude),
- data constructor ‘Prelude.Left’ (imported from Prelude)
+ ‘Prelude.id’ (imported from Prelude)
Perhaps you want to remove ‘head’ from the explicit hiding list
in the import of ‘Prelude’ (mod134.hs:4:1-28).