master
CrossNox 3 years ago
parent 28227e844e
commit d1613f0848
  1. 6
      test/rustint/core_test.clj

@ -91,3 +91,9 @@
(is (= (compatibles? 'String "Hola") true)) (is (= (compatibles? 'String "Hola") true))
) )
) )
(deftest compatibles-test06
(testing "Test 06 compatibles?"
(is (= (compatibles? 'bool true) true))
)
)

Loading…
Cancel
Save