diff options
Diffstat (limited to 'testsuite/tests/ghci/scripts/T5130.stderr')
-rw-r--r-- | testsuite/tests/ghci/scripts/T5130.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghci/scripts/T5130.stderr b/testsuite/tests/ghci/scripts/T5130.stderr index b68777e594..3c31593991 100644 --- a/testsuite/tests/ghci/scripts/T5130.stderr +++ b/testsuite/tests/ghci/scripts/T5130.stderr @@ -1,6 +1,6 @@ <interactive>:3:27: - Couldn't match type `a' with `[Char]' + Couldn't match expected type `a' with actual type `[Char]' In the expression: "hi" In the expression: [x, "hi"] In the expression: (\ (x :: a, y :: a) -> [x, "hi"]) |