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.nim1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testament/tjoinable.nim b/tests/testament/tjoinable.nim
index 7a0ad7985..c651780de 100644
--- a/tests/testament/tjoinable.nim
+++ b/tests/testament/tjoinable.nim
@@ -3,6 +3,7 @@ discard """
 """
 
 # 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`