diff options
Diffstat (limited to 'testsuite/tests/plugins/plugins02.hs')
-rw-r--r-- | testsuite/tests/plugins/plugins02.hs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/tests/plugins/plugins02.hs b/testsuite/tests/plugins/plugins02.hs new file mode 100644 index 0000000000..4fdf45c5cb --- /dev/null +++ b/testsuite/tests/plugins/plugins02.hs @@ -0,0 +1,5 @@ +-- Just used to test that badly typed plugins raise an error +module Main where +-- The contents of this file are actually irrelevant + +main = return ()
\ No newline at end of file |