summaryrefslogtreecommitdiff
path: root/testsuite/tests/indexed-types/should_fail/T8155.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/indexed-types/should_fail/T8155.stderr')
-rw-r--r--testsuite/tests/indexed-types/should_fail/T8155.stderr16
1 files changed, 8 insertions, 8 deletions
diff --git a/testsuite/tests/indexed-types/should_fail/T8155.stderr b/testsuite/tests/indexed-types/should_fail/T8155.stderr
index 2d68242b1f..771bb4fc58 100644
--- a/testsuite/tests/indexed-types/should_fail/T8155.stderr
+++ b/testsuite/tests/indexed-types/should_fail/T8155.stderr
@@ -1,9 +1,9 @@
-T8155.hs:26:14:
- Could not deduce (Integral (BoundsOf (a -> a)))
- arising from a use of ‘buildV’
- from the context: Num a
- bound by the instance declaration at T8155.hs:25:10-32
- In the expression: buildV
- In an equation for ‘build'’: build' = buildV
- In the instance declaration for ‘Build (a -> a)’
+T8155.hs:26:14: error:
+ • Could not deduce ‘Integral (BoundsOf (a -> a))’
+ arising from a use of ‘buildV’
+ from the context: Num a
+ bound by the instance declaration at T8155.hs:25:10-32
+ • In the expression: buildV
+ In an equation for ‘build'’: build' = buildV
+ In the instance declaration for ‘Build (a -> a)’