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

@ -103,3 +103,9 @@
(is (= (compatibles? 'bool 1) false)) (is (= (compatibles? 'bool 1) false))
) )
) )
(deftest compatibles-test08
(testing "Test 08 compatibles?"
(is (= (compatibles? 'usize 1) true))
)
)

Loading…
Cancel
Save