Skip to content

Commit 47e1937

Browse files
committed
Uncommented test
1 parent bc8bfea commit 47e1937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration_tests/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,7 @@ RUN(NAME test_statistics_01 LABELS cpython llvm llvm_jit NOFAST)
805805
RUN(NAME test_attributes LABELS cpython llvm llvm_jit)
806806
# RUN(NAME test_str_attributes LABELS cpython llvm llvm_jit c)
807807
RUN(NAME kwargs_01 LABELS cpython llvm llvm_jit NOFAST) # renable c
808-
# RUN(NAME def_func_01 LABELS cpython llvm llvm_jit c)
808+
RUN(NAME def_func_01 LABELS cpython llvm llvm_jit c)
809809

810810
RUN(NAME func_inline_01 LABELS llvm llvm_jit c wasm)
811811
RUN(NAME func_inline_02 LABELS cpython llvm llvm_jit c)

0 commit comments

Comments
 (0)