add first compatibles test

master
CrossNox 3 years ago
parent 26fbce7805
commit 853230fdb3
  1. 6
      test/rustint/core_test.clj

@ -61,3 +61,9 @@
(is (= (pasar-a-int [10]) [10])) (is (= (pasar-a-int [10]) [10]))
) )
) )
(deftest compatibles-test01
(testing "Test 01 compatibles?"
(is (= (compatibles? 'i64 5) true))
)
)

Loading…
Cancel
Save