summaryrefslogtreecommitdiff
path: root/testsuite/tests/plugins/test-log-hooks-plugin.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/plugins/test-log-hooks-plugin.stderr')
-rw-r--r--testsuite/tests/plugins/test-log-hooks-plugin.stderr9
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/tests/plugins/test-log-hooks-plugin.stderr b/testsuite/tests/plugins/test-log-hooks-plugin.stderr
new file mode 100644
index 0000000000..dba4679f52
--- /dev/null
+++ b/testsuite/tests/plugins/test-log-hooks-plugin.stderr
@@ -0,0 +1,9 @@
+Log hook called
+
+test-log-hooks-plugin.hs:4:13: error: [GHC-83865]
+ • Couldn't match type ‘[Char]’ with ‘()’
+ Expected: ()
+ Actual: String
+ • In the first argument of ‘pure’, namely ‘"type error"’
+ In the expression: pure "type error"
+ In an equation for ‘main’: main = pure "type error"