summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T5358.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/th/T5358.stderr')
-rw-r--r--testsuite/tests/th/T5358.stderr8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/th/T5358.stderr b/testsuite/tests/th/T5358.stderr
index c6bb4c11c8..4dfd36f8c4 100644
--- a/testsuite/tests/th/T5358.stderr
+++ b/testsuite/tests/th/T5358.stderr
@@ -1,15 +1,15 @@
-T5358.hs:7:1: error:
+T5358.hs:7:1: error: [GHC-83865]
• Couldn't match expected type ‘Int’ with actual type ‘p1 -> p1’
• The equation for ‘t1’ has one value argument,
but its type ‘Int’ has none
-T5358.hs:8:1: error:
+T5358.hs:8:1: error: [GHC-83865]
• Couldn't match expected type ‘Int’ with actual type ‘p0 -> p0’
• The equation for ‘t2’ has one value argument,
but its type ‘Int’ has none
-T5358.hs:10:13: error:
+T5358.hs:10:13: error: [GHC-83865]
• Couldn't match expected type ‘t -> a0’ with actual type ‘Int’
• The function ‘t1’ is applied to one value argument,
but its type ‘Int’ has none
@@ -19,7 +19,7 @@ T5358.hs:10:13: error:
x :: t (bound at T5358.hs:10:9)
prop_x1 :: t -> Bool (bound at T5358.hs:10:1)
-T5358.hs:10:21: error:
+T5358.hs:10:21: error: [GHC-83865]
• Couldn't match expected type ‘t -> a0’ with actual type ‘Int’
• The function ‘t2’ is applied to one value argument,
but its type ‘Int’ has none