]> gitweb.factorcode.org Git - factor.git/commitdiff
Fix alien tests on Windows; LoadLibraryEx does not like UNC paths
authorU-SLAVA-DFB8FF805\Slava <Slava@slava-dfb8ff805.(none)>
Sat, 28 Mar 2009 07:37:07 +0000 (02:37 -0500)
committerU-SLAVA-DFB8FF805\Slava <Slava@slava-dfb8ff805.(none)>
Sat, 28 Mar 2009 07:37:07 +0000 (02:37 -0500)
basis/compiler/tests/alien.factor [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 6802b43..5b3bed6
@@ -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" ] }