diff options
-rw-r--r-- | src/clojure/contrib/test_clojure/evaluation.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clojure/contrib/test_clojure/evaluation.clj b/src/clojure/contrib/test_clojure/evaluation.clj index b2154fde..c8a5f0ba 100644 --- a/src/clojure/contrib/test_clojure/evaluation.clj +++ b/src/clojure/contrib/test_clojure/evaluation.clj @@ -215,7 +215,7 @@ (test-that "Non-empty lists are considered calls" - (is (thrown? Exception (eval '(1 2 3)))))) + (is (thrown? Compiler$CompilerException (eval '(1 2 3)))))) (deftest Macros) |