diff options
Diffstat (limited to 'res/stdtest.lisp')
-rw-r--r-- | res/stdtest.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/stdtest.lisp b/res/stdtest.lisp index bf230b3..42f9c94 100644 --- a/res/stdtest.lisp +++ b/res/stdtest.lisp @@ -18,5 +18,5 @@ (defun test.assert-eq (actual expected) (test.assert (= actual expected) - (tostring "Expected" expected "got" actual))) + (stringify "Expected" expected "got" actual))) (export test.assert-eq) |