Skip to content

Commit c1f0db7

Browse files
committed
TEST: Updated how strin arguments are handled
1 parent 11922e8 commit c1f0db7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

integration_tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -804,7 +804,7 @@ RUN(NAME test_statistics_01 LABELS cpython llvm llvm_jit NOFAST)
804804
# RUN(NAME test_statistics_02 LABELS cpython llvm llvm_jit NOFAST REQ_PY_VER 3.10)
805805
# RUN(NAME test_attributes LABELS cpython llvm llvm_jit)
806806
# RUN(NAME test_str_attributes LABELS cpython llvm llvm_jit c)
807-
# RUN(NAME kwargs_01 LABELS cpython llvm llvm_jit NOFAST) # renable c # post sync
807+
RUN(NAME kwargs_01 LABELS cpython llvm llvm_jit NOFAST) # renable c # post sync
808808
# RUN(NAME def_func_01 LABELS cpython llvm llvm_jit) # renable c # post sync
809809

810810
RUN(NAME func_inline_01 LABELS llvm llvm_jit c wasm)

libasr

0 commit comments

Comments
 (0)