summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/T2182.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/driver/T2182.stderr')
-rw-r--r--testsuite/tests/driver/T2182.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/driver/T2182.stderr b/testsuite/tests/driver/T2182.stderr
index 770135a338..6689c717bb 100644
--- a/testsuite/tests/driver/T2182.stderr
+++ b/testsuite/tests/driver/T2182.stderr
@@ -5,7 +5,7 @@ T2182.hs:5:5: error:
• In the expression: show (\ x -> x)
In an equation for ‘y’: y = show (\ x -> x)
-T2182.hs:6:5: error:
+T2182.hs:6:15: error:
• No instance for (Eq (p0 -> p0)) arising from a use of ‘==’
(maybe you haven't applied a function to enough arguments?)
• In the expression: (\ x -> x) == (\ y -> y)
@@ -17,7 +17,7 @@ T2182.hs:5:5: error:
• In the expression: show (\ x -> x)
In an equation for ‘y’: y = show (\ x -> x)
-T2182.hs:6:5: error:
+T2182.hs:6:15: error:
• No instance for (Eq (p0 -> p0)) arising from a use of ‘==’
(maybe you haven't applied a function to enough arguments?)
• In the expression: (\ x -> x) == (\ y -> y)