Skip to content

Commit 0a6ae54

Browse files
committed
Uncommented test_math
1 parent 5419b3b commit 0a6ae54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration_tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ RUN(NAME test_import_05 LABELS cpython llvm llvm_jit c wasm wasm_x86 wasm_x
607607
RUN(NAME test_import_06 LABELS cpython llvm llvm_jit)
608608
RUN(NAME test_import_07 LABELS cpython llvm llvm_jit c)
609609
RUN(NAME test_import_08 LABELS cpython llvm)
610-
# RUN(NAME test_math LABELS cpython llvm llvm_jit NOFAST)
610+
RUN(NAME test_math LABELS cpython llvm llvm_jit NOFAST)
611611
# RUN(NAME test_membership_01 LABELS cpython llvm)
612612
RUN(NAME test_numpy_01 LABELS cpython llvm llvm_jit c)
613613
RUN(NAME test_numpy_02 LABELS cpython llvm llvm_jit c)

0 commit comments

Comments
 (0)