summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/plugins/plugins06.hs
diff options
context:
space:
mode:
authorMax Bolingbroke <batterseapower@hotmail.com>2011-06-30 11:35:46 +0100
committerMax Bolingbroke <batterseapower@hotmail.com>2011-06-30 11:35:46 +0100
commit7d672220abe43ee8e4688e8babbc1c70ba6bfe88 (patch)
treea9364525ff89f336bf6eda6bac119e2824c7b2de /testsuite/tests/ghc-regress/plugins/plugins06.hs
parent08b9bccd5254c191ef6b3ade61c94f4e0b696d99 (diff)
downloadhaskell-7d672220abe43ee8e4688e8babbc1c70ba6bfe88.tar.gz
Add expected-fail test showing plugin linking is faulty
Diffstat (limited to 'testsuite/tests/ghc-regress/plugins/plugins06.hs')
-rw-r--r--testsuite/tests/ghc-regress/plugins/plugins06.hs6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/ghc-regress/plugins/plugins06.hs b/testsuite/tests/ghc-regress/plugins/plugins06.hs
new file mode 100644
index 0000000000..ad80d2c636
--- /dev/null
+++ b/testsuite/tests/ghc-regress/plugins/plugins06.hs
@@ -0,0 +1,6 @@
+{-# OPTIONS_GHC -fplugin LinkerTicklingPlugin #-}
+
+module Main where
+
+main :: IO ()
+main = return ()