On 13. März 2016 14:22:10 GMT+00:00, Matt Wette <matthew.we...@verizon.net> wrote: > >> On Mar 13, 2016, at 3:53 AM, Alex Kost <alez...@gmail.com> wrote: >> >> Matt Wette (2016-03-10 05:08 +0300) wrote: >> >>> I am using test-suite/lib.scm from guile-2.0.11. >>> >>> >>> Can anyone explain why I am getting “UNRESOLVED” below? I am >>> expecting “PASS”. What am I missing? >> > >Ah. Thanks. I would have to do > >(pass-if “demo” ((lambda () #t))) > >Matt
You could also use "(const #t)" instead of "(lambda () #t)". -- Jan Wedekind http://www.wedesoft.de/