Skip to content

Commit 4a693d3

Browse files
committed
fix for pre 1.12
1 parent a20832b commit 4a693d3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,6 @@
121121
(is (= (list '. Integer (symbol "-MAX_VALUE"))
122122
(mexpand Integer/MAX_VALUE)))
123123

124-
(is (= 'String/1 (mexpand String/1)))
125-
126124
(is (= 'String/.length (mexpand String/.length)))
127125
(is (= 'Integer/.intValue (mexpand Integer/.intValue)))
128126

0 commit comments

Comments
 (0)