updated llvm.invoker test to use install-bc

db4
Matthew Willis 2009-07-01 14:52:15 +09:00
parent e8d298588f
commit b0ca5ecffa
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