diff options
-rw-r--r-- | test/SYSTEM-test.lisp | 2 |
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"))) |