From f747164da5429b02daca0d91b9c55b386e345bb2 Mon Sep 17 00:00:00 2001 From: Benson Chu Date: Sat, 21 Sep 2024 07:51:11 -0500 Subject: [PATCH] inverse canary working! --- test/main.lisp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/main.lisp b/test/main.lisp index 2c387db..86d87f3 100644 --- a/test/main.lisp +++ b/test/main.lisp @@ -17,3 +17,7 @@ (test canary-test (is (eq 1 1) "Something is really wrong, the tests aren't working...")) + +;; (test inverse-canary-test +;; (is (eq 1 0) +;; "This failure is expected!"))