diff --git a/tests/unit/eval.scm b/tests/unit/eval.scm index 9c0ee93..861fca5 100644 --- a/tests/unit/eval.scm +++ b/tests/unit/eval.scm @@ -305,8 +305,8 @@ (eval-word '( "042"))) (test-equal "Evaluates arithmetic constant (hexadecimal)" - '("66") - (eval-word '( "0x42"))) + '("74") + (eval-word '( "0x4a"))) ;;; Binary (and tertiary) operators