diff options
Diffstat (limited to 'tests/html-tests/tests/DeprecatedReExport.hs')
-rw-r--r-- | tests/html-tests/tests/DeprecatedReExport.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/html-tests/tests/DeprecatedReExport.hs b/tests/html-tests/tests/DeprecatedReExport.hs new file mode 100644 index 00000000..10a8c6a2 --- /dev/null +++ b/tests/html-tests/tests/DeprecatedReExport.hs @@ -0,0 +1,3 @@ +module DeprecatedReExport (foo) where + +import DeprecatedFunction |