jak-project/test/old_goal_tests/tests/test-methods.gc
2020-08-22 22:32:18 -04:00

8 lines
159 B
Plaintext

(test-setup 12 #f)
(expect-true (eq? (-> process methods 3) (method process inspect)))
(expect-true (eq? (-> string methods 3) (method "test" inspect)))
12