summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/boot.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot.clj b/src/boot.clj
index 0ed951ca..a0ed368b 100644
--- a/src/boot.clj
+++ b/src/boot.clj
@@ -1262,7 +1262,7 @@
(defmacro assert [x]
`(when-not ~x
- (throw (new Exception (str "Assert failed: " (prstr '~x))))))
+ (throw (new Exception (str "Assert failed: " (pr-str '~x))))))
(defn
#^{:doc "test [v] finds fn at key :test in var metadata and calls it, presuming failure will throw exception"}