aboutsummaryrefslogtreecommitdiff
path: root/tests/html-tests/tests/DeprecatedReExport.hs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/html-tests/tests/DeprecatedReExport.hs')
-rw-r--r--tests/html-tests/tests/DeprecatedReExport.hs16
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/html-tests/tests/DeprecatedReExport.hs b/tests/html-tests/tests/DeprecatedReExport.hs
deleted file mode 100644
index f851e2ff..00000000
--- a/tests/html-tests/tests/DeprecatedReExport.hs
+++ /dev/null
@@ -1,16 +0,0 @@
--- |
--- What is tested here:
---
--- * Deprecation messages are shown for re-exported items.
---
-module DeprecatedReExport (
--- * Re-exported from an other module
- foo
--- * Re-exported from an other package
--- | Not yet working, see <http://trac.haskell.org/haddock/ticket/223>
--- , isEmptyChan
-,
-) where
-
-import DeprecatedFunction
-import Control.Concurrent.Chan