summaryrefslogtreecommitdiff
path: root/t/main.lisp
diff options
context:
space:
mode:
Diffstat (limited to 't/main.lisp')
-rw-r--r--t/main.lisp5
1 files changed, 0 insertions, 5 deletions
diff --git a/t/main.lisp b/t/main.lisp
index 11646b3..0bb62db 100644
--- a/t/main.lisp
+++ b/t/main.lisp
@@ -7,8 +7,3 @@
(defun test-rva ()
(run! 'all-tests))
-
-(test dummy-tests
- "Just a placeholder."
- (is (listp (list 1 2)))
- (is (= 5 (+ 2 3))))