summaryrefslogtreecommitdiff
path: root/test/res/test.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'test/res/test.lisp')
-rw-r--r--test/res/test.lisp9
1 files changed, 4 insertions, 5 deletions
diff --git a/test/res/test.lisp b/test/res/test.lisp
index 79d259d..9def7f3 100644
--- a/test/res/test.lisp
+++ b/test/res/test.lisp
@@ -25,11 +25,10 @@
(debuglog "============")
(debuglog "Running tests")
(import :test)
-(test.test "Funny test" (seq
- (debuglog "Funny test running")
- ((test.assert false "False failed"))
- ((test.assert-eq "funny" "unfunny"))
- ((test.fail "Test failed"))))
+(test.test "unfunny test" (seq
+ (debuglog "Funny test not running")
+ ((test.assert-eq "unfunny" "funny"))
+))
(test.test "Test equality" (seq
((test.assert-eq false false))