diff options
Diffstat (limited to 'testsuite/tests/ghci/scripts/ghci051.stderr')
-rw-r--r-- | testsuite/tests/ghci/scripts/ghci051.stderr | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/ghci/scripts/ghci051.stderr b/testsuite/tests/ghci/scripts/ghci051.stderr index 3b6ad44d93..2a528e847a 100644 --- a/testsuite/tests/ghci/scripts/ghci051.stderr +++ b/testsuite/tests/ghci/scripts/ghci051.stderr @@ -1,9 +1,9 @@ -<interactive>:7:9: +<interactive>:7:9: error: Couldn't match type ‘T’ with ‘Ghci1.T’ - NB: ‘T’ is defined at <interactive>:6:1-16 - ‘Ghci1.T’ is defined at <interactive>:3:1-14 + NB: ‘Ghci1.T’ is defined at <interactive>:3:1-14 + ‘T’ is defined at <interactive>:6:1-16 Expected type: T' Actual type: T In the expression: C :: T' |