%%%% Starting test test-letrec Group begin: test-letrec Test begin: source-file: "sicp/ch-4/test/ambeval-test.scm" source-line: 190 source-form: (test-equal 20 (interpret (quote (findout32 4)))) Test end: result-kind: fail actual-value: #f actual-error: (misc-error #f "~A ~S" ("Unassigned variable -- LOOKUP-VARIABLE-VALUE" odd?) #f) expected-value: 20 Test begin: source-file: "sicp/ch-4/test/ambeval-test.scm" source-line: 191 source-form: (test-equal 30 (interpret (quote (findout32 5)))) Test end: result-kind: fail actual-value: #f actual-error: (misc-error #f "~A ~S" ("Unassigned variable -- LOOKUP-VARIABLE-VALUE" odd?) #f) expected-value: 30 Group end: test-letrec # of expected passes 50 # of unexpected failures 2