summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/ghci051.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghci/scripts/ghci051.stderr')
-rw-r--r--testsuite/tests/ghci/scripts/ghci051.stderr4
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuite/tests/ghci/scripts/ghci051.stderr b/testsuite/tests/ghci/scripts/ghci051.stderr
index 3a78849813..130d0012a2 100644
--- a/testsuite/tests/ghci/scripts/ghci051.stderr
+++ b/testsuite/tests/ghci/scripts/ghci051.stderr
@@ -1,5 +1,7 @@
<interactive>:7:9:
- Couldn't match expected type T' with actual type `T'
+ Couldn't match type `T' with `main::Interactive.T'
+ Expected type: T'
+ Actual type: T
In the expression: C :: T'
In an equation for `c': c = C :: T'