Skip to content

Commit

Permalink
fixed a broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
michiakig committed Oct 26, 2011
1 parent 0565e64 commit b92743f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/incremental/test/heap.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
(deftest pairs
(is (compiled= (car (cons 1 2)) "1"))
(is (compiled= (cdr (cons 1 2)) "2"))
(is (compiled= (cdr (cons \a \b)) "(a . b)")))
(is (compiled= (cons \a \b) "(a . b)")))

0 comments on commit b92743f

Please sign in to comment.