diff options
Diffstat (limited to 'testsuite/tests/ghci/scripts/ghci052.stderr')
-rw-r--r-- | testsuite/tests/ghci/scripts/ghci052.stderr | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/scripts/ghci052.stderr b/testsuite/tests/ghci/scripts/ghci052.stderr index 4464891168..224726f822 100644 --- a/testsuite/tests/ghci/scripts/ghci052.stderr +++ b/testsuite/tests/ghci/scripts/ghci052.stderr @@ -6,6 +6,7 @@ ‘Ghci1.Planet’ is defined at <interactive>:4:1-37 In the first argument of ‘pn’, namely ‘Mercury’ In the expression: pn Mercury + In an equation for ‘it’: it = pn Mercury <interactive>:9:4: error: Couldn't match expected type ‘Ghci1.Planet’ @@ -14,6 +15,7 @@ ‘Ghci1.Planet’ is defined at <interactive>:4:1-37 In the first argument of ‘pn’, namely ‘Venus’ In the expression: pn Venus + In an equation for ‘it’: it = pn Venus <interactive>:10:4: error: Couldn't match expected type ‘Ghci1.Planet’ @@ -22,6 +24,7 @@ ‘Ghci1.Planet’ is defined at <interactive>:4:1-37 In the first argument of ‘pn’, namely ‘Mars’ In the expression: pn Mars + In an equation for ‘it’: it = pn Mars <interactive>:12:44: error: Couldn't match expected type ‘Planet’ |