Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Fix a test to work with clojure versions pre 1.5.0-alpha4, see #4, th…
Browse files Browse the repository at this point in the history
…anks @xumingming
  • Loading branch information
Bronsa committed Jan 22, 2013
1 parent e44ca3f commit 4935178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/blind/core.clj
Expand Up @@ -42,7 +42,7 @@

(deftest read-ratio
(is (== 4/2 (read-string "4/2")))
(is (== +4/2 (read-string "+4/2")))
(is (== 4/2 (read-string "+4/2")))
(is (== -4/2 (read-string "-4/2"))))

(deftest read-keyword
Expand Down

0 comments on commit 4935178

Please sign in to comment.