diff options
Diffstat (limited to 'testsuite/tests/plugins/test-log-hooks-plugin.hs')
-rw-r--r-- | testsuite/tests/plugins/test-log-hooks-plugin.hs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/tests/plugins/test-log-hooks-plugin.hs b/testsuite/tests/plugins/test-log-hooks-plugin.hs new file mode 100644 index 0000000000..f0308a3fe6 --- /dev/null +++ b/testsuite/tests/plugins/test-log-hooks-plugin.hs @@ -0,0 +1,4 @@ +module Main where + +main :: IO () +main = pure "type error" |