diff options
author | Stuart Halloway <stu@thinkrelevance.com> | 2009-08-05 17:00:17 -0500 |
---|---|---|
committer | Stuart Halloway <stu@thinkrelevance.com> | 2009-08-05 17:00:17 -0500 |
commit | 2d0079c159a37740173bbe289daca41e48723bfd (patch) | |
tree | d164adc5447834943be2248d16266c8716f8a810 /src/clojure/contrib/test_contrib.clj | |
parent | 6c95fe90829cc66f81345a011dc25fc487e4cf0b (diff) |
minor fix to deftrace: traced functions can now refer to themselves
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 a846ab17..59859e1f 100644 --- a/src/clojure/contrib/test_contrib.clj +++ b/src/clojure/contrib/test_contrib.clj @@ -19,7 +19,8 @@ (def test-names [:complex-numbers :fnmap :macro-utils :monads :pprint.pretty :pprint.cl-format :str-utils :shell-out :test-graph - :test-dataflow :test-java-utils :test-lazy-seqs]) + :test-dataflow :test-java-utils :test-lazy-seqs + :test-trace]) (def test-namespaces (map #(symbol (str "clojure.contrib.test-contrib." (name %))) |