master
CrossNox 3 years ago
parent 9747a51242
commit 775dfee6a8
  1. 6
      test/rustint/core_test.clj

@ -121,3 +121,9 @@
(is (= (compatibles? 'char 'a) false))
)
)
(deftest compatibles-test11
(testing "Test 11 compatibles?"
(is (= (compatibles? 'char ['a]) true))
)
)

Loading…
Cancel
Save