master
CrossNox 3 years ago
parent 167b41aaaf
commit c7c6380eaa
  1. 6
      test/rustint/core_test.clj

@ -73,3 +73,9 @@
(is (= (compatibles? 'i64 5.0) false))
)
)
(deftest compatibles-test03
(testing "Test 03 compatibles?"
(is (= (compatibles? 'i64 [5.0]) true))
)
)

Loading…
Cancel
Save