master
CrossNox 3 years ago
parent 3c2ec5c91a
commit 8accf19eed
  1. 6
      test/rustint/core_test.clj

@ -97,3 +97,9 @@
(is (= (compatibles? 'bool true) true))
)
)
(deftest compatibles-test07
(testing "Test 07 compatibles?"
(is (= (compatibles? 'bool 1) false))
)
)

Loading…
Cancel
Save