Skip to content

Commit d125ea3

Browse files
committed
fix for pre 1.12
1 parent a20832b commit d125ea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/clojure/clojure/tools/analyzer/jvm/core_test.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
(is (= (list '. Integer (symbol "-MAX_VALUE"))
122122
(mexpand Integer/MAX_VALUE)))
123123

124-
(is (= 'String/1 (mexpand String/1)))
124+
(is (= 'String/1 (mexpand (r/read-string "String/1"))))
125125

126126
(is (= 'String/.length (mexpand String/.length)))
127127
(is (= 'Integer/.intValue (mexpand Integer/.intValue)))

0 commit comments

Comments
 (0)