From 19d13c8339ee990fba358417a54aa6f1c94c7bca Mon Sep 17 00:00:00 2001 From: bd Date: Sun, 16 Mar 2025 19:32:12 -0400 Subject: Add clingon command-line arg parser, finish test harness setup --- t/main.lisp | 5 ----- 1 file changed, 5 deletions(-) (limited to 't/main.lisp') 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)))) -- cgit v1.2.3