Fix runner freezing after first correct koan

Many thanks to Patrick Gombert for finding the bug
This commit is contained in:
Colin Jones 2011-06-16 11:55:04 -05:00
parent e6174d80dc
commit 02b00bafd7

View File

@ -11,7 +11,7 @@
tests (map (fn [[doc# code#]]
`(assert ~code# ~doc#))
pairs)]
`(and ~@tests)))
`(do ~@tests)))
(defn require-version [[required-major required-minor]]
(let [{:keys [major minor]} *clojure-version*]