summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_run/T13838.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_run/T13838.stderr')
-rw-r--r--testsuite/tests/typecheck/should_run/T13838.stderr6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/typecheck/should_run/T13838.stderr b/testsuite/tests/typecheck/should_run/T13838.stderr
new file mode 100644
index 0000000000..b2129f7d13
--- /dev/null
+++ b/testsuite/tests/typecheck/should_run/T13838.stderr
@@ -0,0 +1,6 @@
+T13838.exe: T13838.hs:6:1: error:
+ • Couldn't match expected type ‘IO t0’ with actual type ‘() -> ()’
+ • Probable cause: ‘main’ is applied to too few arguments
+ In the expression: main
+ When checking the type of the IO action ‘main’
+(deferred type error)