diff options
author | Stuart Halloway <stu@thinkrelevance.com> | 2009-04-06 12:22:00 +0000 |
---|---|---|
committer | Stuart Halloway <stu@thinkrelevance.com> | 2009-04-06 12:22:00 +0000 |
commit | dbe731701f9a2ad9f8a41fa2aee2dfe8513be8ec (patch) | |
tree | 7c8376912f4a521d20cb55f18de4708e8b6b9044 /src/clojure/contrib/test_contrib.clj | |
parent | 38d5f1d4932eca5bf5953371a63efc31b15ecec4 (diff) |
removed spurious double-run of tests
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 60b216c7..0aa7432d 100644 --- a/src/clojure/contrib/test_contrib.clj +++ b/src/clojure/contrib/test_contrib.clj @@ -36,4 +36,4 @@ (run) (System/exit 0)) -(run) + |