diff options
author | Konrad Hinsen <konrad.hinsen@laposte.net> | 2009-03-19 13:09:31 +0000 |
---|---|---|
committer | Konrad Hinsen <konrad.hinsen@laposte.net> | 2009-03-19 13:09:31 +0000 |
commit | 8964e1902ae5254f2f9bfd988bab3418087dbfaa (patch) | |
tree | e0c0efaa4d392e20906b2dabd97a93c40eaee177 /src/clojure/contrib/test_contrib.clj | |
parent | 647e3098d58e047968f6ecd09cc6697957726318 (diff) |
monads: moved tests to test_contrib
Diffstat (limited to 'src/clojure/contrib/test_contrib.clj')
-rw-r--r-- | src/clojure/contrib/test_contrib.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clojure/contrib/test_contrib.clj b/src/clojure/contrib/test_contrib.clj index 15337dbb..ef9d0b3b 100644 --- a/src/clojure/contrib/test_contrib.clj +++ b/src/clojure/contrib/test_contrib.clj @@ -15,7 +15,7 @@ (ns clojure.contrib.test-contrib (:use clojure.contrib.test-is)) -(def tests [:complex-numbers :str-utils :shell-out :test-graph :test-dataflow]) +(def tests [:complex-numbers :monads :str-utils :shell-out :test-graph :test-dataflow]) (defn test-name [test] |