alien.libraries.finder: fix tests for @erg's recent change.

db4
John Benediktsson 2014-06-08 13:41:38 -07:00
parent b573c40402
commit 17478e27cd
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,5 @@
USING: alien alien.libraries.finder tools.test ;
IN: alien.libraries.finder.tests
IN: alien.libraries.finder
[ f ] [ "dont-exist" find-library ] unit-test
{ f } [ "dont-exist" find-library* ] unit-test
{ "dont-exist" } [ "dont-exist" find-library ] unit-test