diff options
-rw-r--r-- | tests/filetest.lisp | 2 | ||||
-rw-r--r-- | tests/filetest.out | 3 |
2 files changed, 2 insertions, 3 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")) diff --git a/tests/filetest.out b/tests/filetest.out index 7d444f6..ecc3ae8 100644 --- a/tests/filetest.out +++ b/tests/filetest.out @@ -1,4 +1,3 @@ #include "stdlib.lisp" -(print (read-file "tests/filetest.lisp")) - +(sys-put-string stdout (read-file "tests/filetest.lisp")) |