alien.libraries.finder.macosx: fix tests.

db4
John Benediktsson 2013-11-16 16:26:17 -08:00
parent 3ad4602b1c
commit c0656c81ed
1 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
USING: sequences tools.test ; USING: alien.libraries.finder.macosx.private sequences
tools.test ;
IN: alien.libraries.finder.macosx IN: alien.libraries.finder.macosx
@ -28,7 +29,7 @@ IN: alien.libraries.finder.macosx
"Location/Name.framework/Versions/A" "Location/Name.framework/Versions/A"
"Location/Name.framework/Versions/A/Name" "Location/Name.framework/Versions/A/Name"
"Location/Name.framework/Versions/A/Name_suffix" "Location/Name.framework/Versions/A/Name_suffix"
} [ <framework-info> ] map } [ make-framework-info ] map
] unit-test ] unit-test
{ {