diff options
Diffstat (limited to 'testsuite/tests/arrows')
-rw-r--r-- | testsuite/tests/arrows/should_compile/T5333.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/arrows/should_compile/T5333.hs b/testsuite/tests/arrows/should_compile/T5333.hs index 808b8a207b..e865b52f12 100644 --- a/testsuite/tests/arrows/should_compile/T5333.hs +++ b/testsuite/tests/arrows/should_compile/T5333.hs @@ -7,7 +7,7 @@ import Control.Arrow cc1 :: a e b -> a e b -> a e b cc1 = undefined --- With GHC < 7.10.1, the following compile failures occured: +-- With GHC < 7.10.1, the following compile failures occurred: -- -- ghc: panic! (the 'impossible' happened) -- (GHC version 7.8.4 for x86_64-unknown-linux): |