aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Williams <tgwil@tgwil.net>2024-10-28 01:39:41 -0400
committerTristan Williams <tgwil@tgwil.net>2024-10-28 01:39:41 -0400
commit94c5283ff92bad0db76cd677dcdfc7b89e5d6828 (patch)
tree4a248e5c4081db0da76f8165e17bb3bef25e2d3e
parentFix README.md because rendering is stupid (diff)
downloadtemplate.cl-94c5283ff92bad0db76cd677dcdfc7b89e5d6828.tar.gz
template.cl-94c5283ff92bad0db76cd677dcdfc7b89e5d6828.tar.bz2
template.cl-94c5283ff92bad0db76cd677dcdfc7b89e5d6828.zip
Rename old thing to SYSTEM
I copied these files from a project and then modified them. I forgot to change this one line.
-rw-r--r--test/SYSTEM-test.lisp2
1 files changed, 1 insertions, 1 deletions
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 @@
28;; Bullshit 28;; Bullshit
29(5am:test existence 29(5am:test existence
30 "Bullshit test just for implementing tests." 30 "Bullshit test just for implementing tests."
31 (is (equal (fash:entrypoint) "SYSTEM"))) 31 (is (equal (SYSTEM:entrypoint) "SYSTEM")))