Remove toy test

This commit is contained in:
Marcus Kammer 2023-07-22 13:58:32 +02:00
parent 62136eb383
commit 45e817ca4a
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -5,7 +5,3 @@
(in-package :cl-sbt/tests/main)
;; NOTE: To run this test file, execute `(asdf:test-system :cl-sbt)' in your Lisp.
(deftest test-target-1
(testing "should (= 1 1) to be true"
(ok (= 1 1))))