updated llvm.invoker test to use install-bc

Matthew Willis 2009-07-01 14:52:15 +09:00
parent 4b268814f0
commit 5d558d1f6b
1 changed files with 1 additions and 4 deletions

View File

@ -3,8 +3,5 @@
USING: alien.llvm io.pathnames llvm.invoker llvm.reader tools.test ;
[ 3 ] [
<<
"extra/llvm/reader/add.bc" resource-path "add" load-into-jit
"add" install-module
>> 1 2 add
<< "resource:extra/llvm/reader/add.bc" install-bc >> 1 2 add
] unit-test