compiler.codegen.relocation.tests: fix test so it works on windows too
parent
db4c4665f3
commit
d62240a0a2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue