summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod173.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/module/mod173.hs')
-rw-r--r--testsuite/tests/module/mod173.hs12
1 files changed, 12 insertions, 0 deletions
diff --git a/testsuite/tests/module/mod173.hs b/testsuite/tests/module/mod173.hs
new file mode 100644
index 0000000000..a7e185bcf6
--- /dev/null
+++ b/testsuite/tests/module/mod173.hs
@@ -0,0 +1,12 @@
+module ShouldCompile where
+
+import Mod173_Aux
+
+t1 = partition -- From the import
+
+nub = True
+t2 = nub -- Unambiguous; nub should not have been exported
+
+t3 = frob
+
+