diff options
Diffstat (limited to 'tests/modules/tseq.nim')
-rw-r--r-- | tests/modules/tseq.nim | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/modules/tseq.nim b/tests/modules/tseq.nim new file mode 100644 index 000000000..22ee48f42 --- /dev/null +++ b/tests/modules/tseq.nim @@ -0,0 +1,8 @@ +discard """ + joinable: false + output: '''@[] +@[] +''' +""" + +import seq |