aboutsummaryrefslogtreecommitdiff
path: root/tests/html-tests/tests/HiddenInstancesB.hs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/html-tests/tests/HiddenInstancesB.hs')
-rw-r--r--tests/html-tests/tests/HiddenInstancesB.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/html-tests/tests/HiddenInstancesB.hs b/tests/html-tests/tests/HiddenInstancesB.hs
new file mode 100644
index 00000000..eabf0637
--- /dev/null
+++ b/tests/html-tests/tests/HiddenInstancesB.hs
@@ -0,0 +1,2 @@
+module HiddenInstancesB (Foo, Bar) where
+import HiddenInstancesA