aboutsummaryrefslogtreecommitdiff
path: root/exts/tests/test_io.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'exts/tests/test_io.lisp')
-rw-r--r--exts/tests/test_io.lisp15
1 files changed, 0 insertions, 15 deletions
diff --git a/exts/tests/test_io.lisp b/exts/tests/test_io.lisp
deleted file mode 100644
index 76b91ce..0000000
--- a/exts/tests/test_io.lisp
+++ /dev/null
@@ -1,15 +0,0 @@
-(loadext "io.so")
-
-(defvar fp (open-file "./test_input.txt" "r"))
-(read-char fp)
-(read-char fp)
-(read-char fp)
-(stream-close fp)
-
-(defvar fp (open-file "./test_input.txt" "r"))
-(read-line fp)
-(stream-close fp)
-
-(defvar fp (open-file "./test_input.txt" "r"))
-(lines fp)
-(stream-close fp) \ No newline at end of file