summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/haddock/should_compile_noflag_haddock/haddockC023.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghc-regress/haddock/should_compile_noflag_haddock/haddockC023.hs')
-rw-r--r--testsuite/tests/ghc-regress/haddock/should_compile_noflag_haddock/haddockC023.hs5
1 files changed, 0 insertions, 5 deletions
diff --git a/testsuite/tests/ghc-regress/haddock/should_compile_noflag_haddock/haddockC023.hs b/testsuite/tests/ghc-regress/haddock/should_compile_noflag_haddock/haddockC023.hs
deleted file mode 100644
index 9e069c322c..0000000000
--- a/testsuite/tests/ghc-regress/haddock/should_compile_noflag_haddock/haddockC023.hs
+++ /dev/null
@@ -1,5 +0,0 @@
-module ShouldCompile where
-
-test2 :: a -- ^ doc1
- -> b {-^ doc2 -} -> a -- ^ doc 3
-test2 x y = x