diff options
Diffstat (limited to 'testsuite/tests/rename/should_fail/Misplaced.stderr')
-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 67d845d9a5..610281ca5c 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: - {-# SPECIALIZE instance Eq (T Int) #-} + {-# SPECIALISE instance Eq (T Int) #-} |