Fix alien tests on Windows; LoadLibraryEx does not like UNC paths

db4
U-SLAVA-DFB8FF805\Slava 2009-03-28 02:37:07 -05:00
parent 4f428f6404
commit 40631ec2a9
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" ] }