We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc8bfea commit 47e1937Copy full SHA for 47e1937
integration_tests/CMakeLists.txt
@@ -805,7 +805,7 @@ RUN(NAME test_statistics_01 LABELS cpython llvm llvm_jit NOFAST)
805
RUN(NAME test_attributes LABELS cpython llvm llvm_jit)
806
# RUN(NAME test_str_attributes LABELS cpython llvm llvm_jit c)
807
RUN(NAME kwargs_01 LABELS cpython llvm llvm_jit NOFAST) # renable c
808
-# RUN(NAME def_func_01 LABELS cpython llvm llvm_jit c)
+RUN(NAME def_func_01 LABELS cpython llvm llvm_jit c)
809
810
RUN(NAME func_inline_01 LABELS llvm llvm_jit c wasm)
811
RUN(NAME func_inline_02 LABELS cpython llvm llvm_jit c)
0 commit comments