]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/llvm/jit/jit-tests.factor
install functions from llvm bytecode, with test
[factor.git] / extra / llvm / jit / jit-tests.factor
index 5a894e5a50171b585460a563296a9610051250c2..9808ecb953b537532e5c72a3beadbe6ff879d8a0 100644 (file)
@@ -1,3 +1,3 @@
 USING: destructors llvm.jit llvm.wrappers tools.test ;
 
-[ ] [ "test" <module> [ <provider> ] with-disposal [ "test" add-provider ] with-disposal "test" remove-provider ] unit-test
\ No newline at end of file
+[ ] [ "test" <module> "test" add-module "test" remove-module ] unit-test
\ No newline at end of file