Skip to content

Commit

Permalink
Make a test effecitive.
Browse files Browse the repository at this point in the history
  • Loading branch information
tadd committed Feb 22, 2025
1 parent 0bb86ad commit 6d4e068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.scm
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@
'(1 2 3))))

(describe "reverse" (lambda ()
(expect equal? () ())
(expect equal? () (reverse ()))
(expect equal? '(1) (reverse '(1)))
(expect equal? '(2 1) (reverse '(1 2)))
(expect equal? '(3 2 1) (reverse '(1 2 3)))))
Expand Down

0 comments on commit 6d4e068

Please sign in to comment.