fixed a test case

This commit is contained in:
hyung-hwan 2022-03-06 15:57:01 +00:00
parent a9ed8220ff
commit 9f38258dd2

View File

@ -53,5 +53,5 @@
(if (/= c 899) (printf "ERROR: c must be 899\n"))
(if (/= d 788) (printf "ERROR: d must be 788\n"))
(printf "OK: a=%d b=%d c=%d d=%d\n" a b c d)
(printf "OK a=%d b=%d c=%d d=%d\n" a b c d)
))