diff options
author | Rich Hickey <richhickey@gmail.com> | 2010-04-28 13:01:43 -0400 |
---|---|---|
committer | Rich Hickey <richhickey@gmail.com> | 2010-04-28 13:01:43 -0400 |
commit | 57b320020e9387d1a2a6b7ff71ce2b5d6959fc10 (patch) | |
tree | 228392fefac926c95f6379c377fdc83aa8e1c5f2 | |
parent | dc9429f5cb6a0d881bc0e4ee1ae030543bb72655 (diff) |
turn off annotations test for now
-rw-r--r-- | test/clojure/test_clojure.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/clojure/test_clojure.clj b/test/clojure/test_clojure.clj index bb5e8412..fa9286d0 100644 --- a/test/clojure/test_clojure.clj +++ b/test/clojure/test_clojure.clj @@ -52,7 +52,7 @@ :genclass :main :vectors - :annotations + ;:annotations ]) (def test-namespaces |