summary refs log tree commit diff stats
path: root/tests/modules/tnotuniquename2.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/modules/tnotuniquename2.nim')
-rw-r--r--tests/modules/tnotuniquename2.nim8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/modules/tnotuniquename2.nim b/tests/modules/tnotuniquename2.nim
new file mode 100644
index 000000000..e4501bc24
--- /dev/null
+++ b/tests/modules/tnotuniquename2.nim
@@ -0,0 +1,8 @@
+discard """
+  errormsg: "module names need to be unique per Nimble package"
+  file: "tnotuniquename/mnotuniquename.nim"
+  disabled: "true"
+"""
+
+import mnotuniquename
+import tnotuniquename/mnotuniquename