summaryrefslogtreecommitdiff
path: root/tests/filetest.lisp
diff options
context:
space:
mode:
authorTom Smeding <tom.smeding@gmail.com>2019-11-21 20:53:10 +0100
committerTom Smeding <tom.smeding@gmail.com>2019-11-21 21:01:57 +0100
commitf1cc8644ada59ab3f3c68474bded83bcb488bf66 (patch)
tree672de9607a07142a165570737bb6de101f2a5d3a /tests/filetest.lisp
parentcf7b7db0e4040c17e05f851fd0e9d79bc173aafd (diff)
Use sys-put-string in filetest.lisp
Diffstat (limited to 'tests/filetest.lisp')
-rw-r--r--tests/filetest.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/filetest.lisp b/tests/filetest.lisp
index b37d2fe..ecc3ae8 100644
--- a/tests/filetest.lisp
+++ b/tests/filetest.lisp
@@ -1,3 +1,3 @@
#include "stdlib.lisp"
-(print (read-file "tests/filetest.lisp"))
+(sys-put-string stdout (read-file "tests/filetest.lisp"))