mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Fixed example program
This commit is contained in:
parent
58bc782022
commit
c52225f9a9
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
(scheme eval)
|
||||
)
|
||||
|
||||
(define *num-passed* 0)
|
||||
(define (assert:equal msg actual expected)
|
||||
(if (not (equal? actual expected))
|
||||
(error "Unit test failed [" msg "] actual [" actual "] expected [" expected "]")
|
||||
|
|
Loading…
Add table
Reference in a new issue