summary refs log tree commit diff stats
path: root/tests/testament/tjoinable.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testament/tjoinable.nim')
-rw-r--r--tests/testament/tjoinable.nim9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/testament/tjoinable.nim b/tests/testament/tjoinable.nim
new file mode 100644
index 000000000..c651780de
--- /dev/null
+++ b/tests/testament/tjoinable.nim
@@ -0,0 +1,9 @@
+discard """
+  output: "ok"
+"""
+
+# checks that this is joinable
+# checks that megatest allows duplicate names, see also `tests/misc/tjoinable.nim`
+doAssert defined(testing)
+doAssert defined(nimMegatest)
+echo "ok" # intentional to make sure this doesn't prevent `isJoinableSpec`