diff options
author | Alina Banerjee <alina@glitchgirl.us> | 2019-11-02 01:34:28 +0000 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-11-10 01:06:12 -0500 |
commit | 6f4c125017aa39dee3701134ac2a4882525f8471 (patch) | |
tree | e3de62f2ff190f41fa6f9284ba2b84e857a158c1 /testsuite/tests/rename/should_fail | |
parent | 3957bdf22ca9b813c6253edbf9743254f706eb15 (diff) | |
download | haskell-6f4c125017aa39dee3701134ac2a4882525f8471.tar.gz |
Improve SPECIALIZE pragma error messages (Fixes #12126)
Diffstat (limited to 'testsuite/tests/rename/should_fail')
-rw-r--r-- | testsuite/tests/rename/should_fail/Misplaced.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/rename/should_fail/Misplaced.stderr b/testsuite/tests/rename/should_fail/Misplaced.stderr index 610281ca5c..85f2d9e4e4 100644 --- a/testsuite/tests/rename/should_fail/Misplaced.stderr +++ b/testsuite/tests/rename/should_fail/Misplaced.stderr @@ -1,4 +1,4 @@ Misplaced.hs:4:1: error: - Misplaced SPECIALISE instance pragma: + Misplaced {-# SPECIALISE instance pragma: {-# SPECIALISE instance Eq (T Int) #-} |