From 94c5283ff92bad0db76cd677dcdfc7b89e5d6828 Mon Sep 17 00:00:00 2001 From: Tristan Williams Date: Mon, 28 Oct 2024 01:39:41 -0400 Subject: Rename old thing to SYSTEM I copied these files from a project and then modified them. I forgot to change this one line. --- test/SYSTEM-test.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/SYSTEM-test.lisp b/test/SYSTEM-test.lisp index 3de09df..d4a69cb 100644 --- a/test/SYSTEM-test.lisp +++ b/test/SYSTEM-test.lisp @@ -28,4 +28,4 @@ ;; Bullshit (5am:test existence "Bullshit test just for implementing tests." - (is (equal (fash:entrypoint) "SYSTEM"))) + (is (equal (SYSTEM:entrypoint) "SYSTEM"))) -- cgit v1.2.3