diff options
-rw-r--r-- | src/clj/clojure/test.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clj/clojure/test.clj b/src/clj/clojure/test.clj index 960e580b..51d5e3c3 100644 --- a/src/clj/clojure/test.clj +++ b/src/clj/clojure/test.clj @@ -633,7 +633,7 @@ ;;; RUNNING TESTS: LOW-LEVEL FUNCTIONS -(defn test-var +(defn #^{:dynamic true} test-var "If v has a function in its :test metadata, calls that function, with *testing-vars* bound to (conj *testing-vars* v)." [v] |