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?

Thanks,
Matt

mwette$ guile
GNU Guile 2.0.11
Copyright (C) 1995-2014 Free Software Foundation, Inc.

Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'.
This program is free software, and you are welcome to redistribute it
under certain conditions; type `,show c' for details.

Enter `,help' for help.
scheme@(guile-user)> (use-modules (test-suite lib))
scheme@(guile-user)> (pass-if "demo" (lambda () #t))
UNRESOLVED: demo
scheme@(guile-user)> 

scheme@(guile-user)> run-test
$1 = #<procedure 1061cc440 at test-suite/lib.scm:323:4 (name expect-pass thunk)>

Reply via email to