summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser
diff options
context:
space:
mode:
authorAlina Banerjee <alina@glitchgirl.us>2019-11-02 01:34:28 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-11-10 01:06:12 -0500
commit6f4c125017aa39dee3701134ac2a4882525f8471 (patch)
treee3de62f2ff190f41fa6f9284ba2b84e857a158c1 /testsuite/tests/parser
parent3957bdf22ca9b813c6253edbf9743254f706eb15 (diff)
downloadhaskell-6f4c125017aa39dee3701134ac2a4882525f8471.tar.gz
Improve SPECIALIZE pragma error messages (Fixes #12126)
Diffstat (limited to 'testsuite/tests/parser')
-rw-r--r--testsuite/tests/parser/should_fail/T7848.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/parser/should_fail/T7848.stderr b/testsuite/tests/parser/should_fail/T7848.stderr
index 413920dbe6..9c80704c43 100644
--- a/testsuite/tests/parser/should_fail/T7848.stderr
+++ b/testsuite/tests/parser/should_fail/T7848.stderr
@@ -5,7 +5,7 @@ T7848.hs:10:9: error:
the type signature for:
(&) :: forall a. a
at T7848.hs:10:9-35
- • In the SPECIALISE pragma {-# SPECIALIZE (&) :: a #-}
+ • In the pragma: {-# SPECIALIZE (&) :: a #-}
In an equation for ‘x’:
x (+) ((&)@z) ((:&&) a b) (c :&& d) (e `A` f) (A g h)
= y