X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=clnl;a=blobdiff_plain;f=src%2Ftest%2Fmain.lisp;h=5006e06255660b0c12e52dc4ee6060f4e96d6766;hp=36952ebb095d49a54b2be117fe793f08330df401;hb=5c8699f151207953f4029e0fc6c488afce99f756;hpb=471de83db1aee70065808cbc061867e3320bf4b7 diff --git a/src/test/main.lisp b/src/test/main.lisp index 36952eb..5006e06 100644 --- a/src/test/main.lisp +++ b/src/test/main.lisp @@ -71,12 +71,12 @@ (lambda () (clnl:boot) (and - (string= (clnl-nvm:dump-object (clnl:run-reporter ,reporter)) ,value) + (string= (funcall (intern "DUMP-OBJECT" :clnl-nvm) (clnl:run-reporter ,reporter)) ,value) (checksum= ,checksum (checksum-world)))) (lambda () (clnl:boot) (format nil "~A~%~A~A" - (clnl-nvm:dump-object (clnl:run-reporter ,reporter)) + (funcall (intern "DUMP-OBJECT" :clnl-nvm) (clnl:run-reporter ,reporter)) (clnl-nvm:export-world) (checksum-world))) "bin/runreporter.scala"