diff options
author | Stuart Halloway <stu@thinkrelevance.com> | 2009-04-06 13:00:43 +0000 |
---|---|---|
committer | Stuart Halloway <stu@thinkrelevance.com> | 2009-04-06 13:00:43 +0000 |
commit | b5c63ac653ad023e8902e56f7236cfb74156cb9e (patch) | |
tree | 3e09c4c793ea4001f6008e74b2c6b315152e4d83 /src/clojure/contrib/test_contrib.clj | |
parent | dbe731701f9a2ad9f8a41fa2aee2dfe8513be8ec (diff) |
converted lazy seqs to functions so they won't hold their heads
Diffstat (limited to 'src/clojure/contrib/test_contrib.clj')
-rw-r--r-- | src/clojure/contrib/test_contrib.clj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/clojure/contrib/test_contrib.clj b/src/clojure/contrib/test_contrib.clj index 0aa7432d..7c1444e0 100644 --- a/src/clojure/contrib/test_contrib.clj +++ b/src/clojure/contrib/test_contrib.clj @@ -17,7 +17,8 @@ (:gen-class)) (def test-names [:complex-numbers :monads :pprint.pretty :pprint.cl-format - :str-utils :shell-out :test-graph :test-dataflow :test-java-utils]) + :str-utils :shell-out :test-graph :test-dataflow :test-java-utils + :test-lazy-seqs]) (def test-namespaces (map #(symbol (str "clojure.contrib.test-contrib." (name %))) |