]> gitweb.factorcode.org Git - factor.git/commitdiff
updated llvm.invoker test to use install-bc
authorMatthew Willis <matthew.willis@mac.com>
Wed, 1 Jul 2009 05:52:15 +0000 (14:52 +0900)
committerMatthew Willis <matthew.willis@mac.com>
Wed, 1 Jul 2009 05:52:15 +0000 (14:52 +0900)
extra/llvm/invoker/invoker-tests.factor

index 4e423fa288ca2bdf95dbc21e535cd06673f7fb30..9041c22f71705dc7bbb022827c31d2955f08e3f7 100644 (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
\ No newline at end of file