Skip to content

Commit 005dd9f

Browse files
committed
dict definitions working
1 parent dba6122 commit 005dd9f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

integration_tests/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ RUN(NAME print_list_tuple_01 LABELS cpython llvm llvm_jit NOFAST) # renable c
469469
# # RUN(NAME print_list_tuple_02 LABELS cpython llvm llvm_jit c NOFAST)
470470
# # RUN(NAME print_list_tuple_03 LABELS cpython llvm llvm_jit c NOFAST)
471471
RUN(NAME test_list_item_mixed_print LABELS cpython llvm llvm_jit NOFAST) # renable c
472-
# RUN(NAME test_intrinsic_function_mixed_print LABELS cpython llvm llvm_jit NOFAST) # post sync fix
472+
RUN(NAME test_intrinsic_function_mixed_print LABELS cpython llvm llvm_jit NOFAST)
473473

474474
# # CPython and LLVM
475475
RUN(NAME const_01 LABELS cpython llvm llvm_jit c wasm)
@@ -568,7 +568,7 @@ RUN(NAME test_tuple_03 LABELS cpython llvm llvm_jit) # renable c
568568
RUN(NAME test_tuple_04 LABELS cpython llvm llvm_jit) # renable c
569569
RUN(NAME test_tuple_concat LABELS cpython llvm llvm_jit)
570570
RUN(NAME test_tuple_nested LABELS cpython llvm llvm_jit)
571-
# RUN(NAME test_const_dict LABELS cpython llvm llvm_jit) # post sync fix
571+
RUN(NAME test_const_dict LABELS cpython llvm llvm_jit)
572572
# RUN(NAME test_params LABELS cpython llvm llvm_jit NOFAST)
573573
# RUN(NAME test_dict_01 LABELS cpython llvm llvm_jit c) # post sync fix
574574
# RUN(NAME test_dict_02 LABELS cpython llvm llvm_jit c NOFAST) # post sync fix

libasr

0 commit comments

Comments
 (0)