File tree 2 files changed +0
-9
lines changed
Clojure/Clojure.Tests/clojure/test_clojure
2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 242
242
243
243
)
244
244
245
- (compile-when (= dotnet-platform :framework )
246
-
247
245
(deftest test-proxy-non-serializable
248
246
(testing " That proxy classes refuse serialization and deserialization"
249
247
; ; Serializable listed directly in interface list:
267
265
.readObject)))
268
266
(println " WARNING: Missing serialized proxy for Java" java-version " in test/clojure/test_clojure/java_interop.clj" )))))
269
267
270
- ) ; ; compile-when
271
-
272
268
(deftest test-bases
273
269
(are [x] (nil? (bases x))
274
270
System.Object ; ; no super classes/interfaces ;;; java.lang.Object
Original file line number Diff line number Diff line change 56
56
(= (hash v) (hash rt))
57
57
(= (.GetHashCode v) (.GetHashCode rt))))) ; ;; .hashCode .hashCode
58
58
59
- (compile-when (= :framework dotnet-version)
60
-
61
59
(deftest sequable-serialization
62
60
(are [val] (roundtrip val)
63
61
; lists and related
203
201
(repeat 1 )
204
202
(iterate identity nil )
205
203
(cycle [1 ])))
206
-
207
-
208
- ) ; ; compile-when
You can’t perform that action at this time.
0 commit comments