We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eff955f commit 647fff8Copy full SHA for 647fff8
mathics/compile/compile.py
@@ -6,7 +6,6 @@
6
from mathics.compile.utils import llvm_to_ctype
7
8
# setup llvm for code generation
9
-llvm.initialize()
10
llvm.initialize_native_target()
11
llvm.initialize_native_asmprinter() # yes, even this one
12
test/builtin/test_compilation.py
@@ -3,9 +3,7 @@
3
Unit tests from mathics.builtin.compilation.
4
"""
5
-import sys
-import time
-from test.helper import check_evaluation, evaluate
+from test.helper import check_evaluation
import pytest
0 commit comments