Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit be77d0a

Browse files
puredangerrichhickey
authored andcommitted
CLJ-1323 - temporarily turn off compare-reflect-and-asm test until we have an ASM that supports JDK 8
Signed-off-by: Rich Hickey <[email protected]>
1 parent 5c48379 commit be77d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/clojure/test_clojure/reflect.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
:y-only y-only
1111
:common common}))))))
1212

13-
(deftest compare-reflect-and-asm
13+
#_(deftest compare-reflect-and-asm
1414
(let [cl (.getContextClassLoader (Thread/currentThread))
1515
asm-reflector (AsmReflector. cl)
1616
java-reflector (JavaReflector. cl)]

0 commit comments

Comments
 (0)