summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authormRnea <akannemre@gmail.com>2024-08-14 00:38:29 +0300
committermRnea <akannemre@gmail.com>2024-08-14 00:38:29 +0300
commit3e855bbc2394445843143bb703c95dd694699f0e (patch)
tree5519167ff65ea4b04aac4aa31713e7c196ec2c3a /test
parent72201d5c8d4e3dec75cdab6e954ebda974a27f45 (diff)
added macros, temporarily removed some error checks
Diffstat (limited to 'test')
-rw-r--r--test/tests.lisp7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/tests.lisp b/test/tests.lisp
index e51aad2..8b00817 100644
--- a/test/tests.lisp
+++ b/test/tests.lisp
@@ -16,13 +16,6 @@
(:string new-file)
(:file (pathname new-file)))))
-(defun lex-stream (str)
- (iter outer
- (for line = (read-line str nil nil))
- (until (null line))
- (for line-num from 1)
- (appending (lex-line line line-num))))
-
(defun read-form-comment (str)
(read-from-string
(format nil "~{~a~^~%~}"