summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T9497d.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/T9497d.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/T9497d.stderr4
1 files changed, 1 insertions, 3 deletions
diff --git a/testsuite/tests/typecheck/should_fail/T9497d.stderr b/testsuite/tests/typecheck/should_fail/T9497d.stderr
index 9e2d04fdb4..1ae8ec0e05 100644
--- a/testsuite/tests/typecheck/should_fail/T9497d.stderr
+++ b/testsuite/tests/typecheck/should_fail/T9497d.stderr
@@ -13,8 +13,6 @@ T9497d.hs:2:8: error:
mempty :: forall a. Monoid a => a
(imported from ‘Prelude’ at T9497d.hs:1:1
(and originally defined in ‘GHC.Base’))
- undefined :: forall (a :: TYPE r).
- GHC.Stack.Types.HasCallStack =>
- a
+ undefined :: forall a. GHC.Stack.Types.HasCallStack => a
(imported from ‘Prelude’ at T9497d.hs:1:1
(and originally defined in ‘GHC.Err’))