Merge branch 'master' of git://factorcode.org/git/factor

db4
Slava Pestov 2009-03-28 02:38:59 -05:00
commit cc80a51808
1 changed files with 1 additions and 1 deletions

2
basis/compiler/tests/alien.factor Normal file → Executable file
View File

@ -9,7 +9,7 @@ IN: compiler.tests
<<
: libfactor-ffi-tests-path ( -- string )
"resource:" normalize-path
"resource:" (normalize-path)
{
{ [ os winnt? ] [ "libfactor-ffi-test.dll" ] }
{ [ os macosx? ] [ "libfactor-ffi-test.dylib" ] }