summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail/T15607.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/rename/should_fail/T15607.stderr')
-rw-r--r--testsuite/tests/rename/should_fail/T15607.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/rename/should_fail/T15607.stderr b/testsuite/tests/rename/should_fail/T15607.stderr
index 9bc84f42f7..4c1111eef9 100644
--- a/testsuite/tests/rename/should_fail/T15607.stderr
+++ b/testsuite/tests/rename/should_fail/T15607.stderr
@@ -1,5 +1,5 @@
T15607.hs:6:10: error:
- • Variable not in scope: pure :: Integer -> t
+ • Variable not in scope: pure :: t0 -> t
• Perhaps you want to remove ‘pure’ from the explicit hiding list
in the import of ‘Prelude’ (T15607.hs:4:1-36).