summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T5570.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/T5570.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/T5570.stderr3
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuite/tests/typecheck/should_fail/T5570.stderr b/testsuite/tests/typecheck/should_fail/T5570.stderr
index 8c4ace5173..710104012d 100644
--- a/testsuite/tests/typecheck/should_fail/T5570.stderr
+++ b/testsuite/tests/typecheck/should_fail/T5570.stderr
@@ -1,7 +1,6 @@
T5570.hs:7:16: error:
- • Couldn't match a lifted type with an unlifted type
- When matching the kind of ‘Double#’
+ • Expecting a lifted type, but ‘Double#’ is unlifted
• In the second argument of ‘($)’, namely ‘D# $ 3.0##’
In the expression: print $ D# $ 3.0##
In an equation for ‘main’: main = print $ D# $ 3.0##