summary refs log tree commit diff
path: root/tests/test.mew
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2022-11-19 17:03:36 +0100
committerLeah Neukirchen <leah@vuxu.org>2022-11-19 17:03:36 +0100
commit824bf7c8794b317e1a45e8f8787871194a165fcb (patch)
tree6cc55a6b40973fc71f1a836cc460729f975acb61 /tests/test.mew
parent5bde1a7f4936e991c86da20fe0a143b527161ae2 (diff)
downloadmew-824bf7c8794b317e1a45e8f8787871194a165fcb.tar.gz
mew-824bf7c8794b317e1a45e8f8787871194a165fcb.tar.xz
mew-824bf7c8794b317e1a45e8f8787871194a165fcb.zip
add err library
Diffstat (limited to 'tests/test.mew')
-rw-r--r--tests/test.mew3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/test.mew b/tests/test.mew
index 7782fb6..948837a 100644
--- a/tests/test.mew
+++ b/tests/test.mew
@@ -580,6 +580,3 @@
   (test 42 (imp #t #t #t 42))
   (test 42 (imp 39 40 41 42))
   (test #t (imp 39 #f 41 42)))
-
-
-(test-exit)