diff options
-rw-r--r-- | testsuite/tests/ghci/scripts/T5545.stdout | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghci/scripts/T5545.stdout b/testsuite/tests/ghci/scripts/T5545.stdout index 6a72f59b84..2262c35739 100644 --- a/testsuite/tests/ghci/scripts/T5545.stdout +++ b/testsuite/tests/ghci/scripts/T5545.stdout @@ -1,2 +1,2 @@ -($!) :: (a -> b) -> a -> b -- Defined in ‘Prelude’ +($!) :: (a -> b) -> a -> b -- Defined in ‘GHC.Base’ infixr 0 $! |