compiler.codegen.relocation.tests: fix test so it works on windows too

db4
Björn Lindqvist 2016-03-13 07:37:49 +01:00
parent db4c4665f3
commit d62240a0a2
1 changed files with 4 additions and 4 deletions

View File

@ -1,12 +1,12 @@
USING: accessors alien.syntax compiler.codegen.relocation namespaces
sequences tools.test ;
USING: accessors alien.strings alien.syntax
compiler.codegen.relocation namespaces sequences tools.test ;
IN: compiler.codegen.relocation.tests
{
B{ 114 101 97 100 108 105 110 101 0 }
B{ 108 105 98 114 101 97 100 108 105 110 101 46 115 111 0 }
"libreadline.so"
} [
init-relocation
"readline" DLL" libreadline.so" add-dlsym-parameters
parameter-table get first2 path>>
parameter-table get first2 path>> alien>native-string
] unit-test