mirror of
https://github.com/open-goal/jak-project
synced 2026-07-28 23:28:09 -04:00
27f0a7ca44
* refactor tests and analysis passes * identity test working * combine test categories with only a few cases * more fixes
8 lines
317 B
Common Lisp
8 lines
317 B
Common Lisp
(define format _format)
|
|
|
|
; no longer use process as a test type here because it's no longer built-in so is
|
|
; only forward declared at this point.
|
|
(format #t "~A~A~%" (eq? (-> type method-table 2) (method type print))
|
|
(eq? (-> string method-table 3) (method "test" inspect))
|
|
)
|
|
0 |