aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/test_contrib.clj
diff options
context:
space:
mode:
authorKonrad Hinsen <konrad.hinsen@laposte.net>2009-03-19 13:09:31 +0000
committerKonrad Hinsen <konrad.hinsen@laposte.net>2009-03-19 13:09:31 +0000
commit8964e1902ae5254f2f9bfd988bab3418087dbfaa (patch)
treee0c0efaa4d392e20906b2dabd97a93c40eaee177 /src/clojure/contrib/test_contrib.clj
parent647e3098d58e047968f6ecd09cc6697957726318 (diff)
monads: moved tests to test_contrib
Diffstat (limited to 'src/clojure/contrib/test_contrib.clj')
-rw-r--r--src/clojure/contrib/test_contrib.clj2
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]