summaryrefslogtreecommitdiffstats
path: root/tests/018
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2022-08-30 08:11:50 -0700
committerKaz Kylheku <kaz@kylheku.com>2022-08-30 08:11:50 -0700
commitbeeec4bb9a1dcdda645cf00b47094205f47a8c45 (patch)
treeeb6d83fd4da38eab457413733995f91cf70008f8 /tests/018
parentee2ed19740ba6d8b5e61427a33f11c98584a5120 (diff)
downloadtxr-beeec4bb9a1dcdda645cf00b47094205f47a8c45.tar.gz
txr-beeec4bb9a1dcdda645cf00b47094205f47a8c45.tar.bz2
txr-beeec4bb9a1dcdda645cf00b47094205f47a8c45.zip
close-lazy-streams: test.
* tests/018/close-lazy.tl: New file.
Diffstat (limited to 'tests/018')
-rw-r--r--tests/018/close-lazy.tl3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/018/close-lazy.tl b/tests/018/close-lazy.tl
new file mode 100644
index 00000000..c6b08e72
--- /dev/null
+++ b/tests/018/close-lazy.tl
@@ -0,0 +1,3 @@
+(dotimes (i 20000)
+ (close-lazy-streams
+ (file-get-lines self-path)))