diff --git a/test/functions.jce b/test/functions.jce index d7f746c..5284c54 100755 --- a/test/functions.jce +++ b/test/functions.jce @@ -8,5 +8,5 @@ mov $b 42 mov $printed false drw "printed? " $printed -test "value of b is:" $b $printed +test "value of b is:" "b" $printed drw "printed? " $printed