summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail/rnfail020.hs
diff options
context:
space:
mode:
authorThomas Miedema <thomasmiedema@gmail.com>2016-06-18 22:44:19 +0200
committerThomas Miedema <thomasmiedema@gmail.com>2016-06-20 16:22:07 +0200
commit915e07c33b143126e3c8de1d2ec22ccc709a9a24 (patch)
treefcde0a7ffc1466b6e53dbee6df835af07e9a7ecc /testsuite/tests/rename/should_fail/rnfail020.hs
parent46ff80f26d1892e1b50e3f10c5d3fded33da6e81 (diff)
downloadhaskell-915e07c33b143126e3c8de1d2ec22ccc709a9a24.tar.gz
Testsuite: tabs -> spaces [skip ci]
Diffstat (limited to 'testsuite/tests/rename/should_fail/rnfail020.hs')
-rw-r--r--testsuite/tests/rename/should_fail/rnfail020.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/rename/should_fail/rnfail020.hs b/testsuite/tests/rename/should_fail/rnfail020.hs
index c6efc4d5f7..c76f8924ef 100644
--- a/testsuite/tests/rename/should_fail/rnfail020.hs
+++ b/testsuite/tests/rename/should_fail/rnfail020.hs
@@ -17,6 +17,6 @@ unionSetB (s1 :: Set a) s2 = unionSets s1 s2
{- In GHC 4.04 this gave the terrible message:
None of the type variable(s) in the constraint `Eq a'
- appears in the type `Set a -> Set a -> Set a'
+ appears in the type `Set a -> Set a -> Set a'
In the type signature for `unionSets'
-}