Skip to content

Commit

Permalink
Remove C backend
Browse files Browse the repository at this point in the history
  • Loading branch information
kmr-srbh authored Apr 27, 2024
1 parent e38ee36 commit 61a4419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ RUN(NAME print_list_tuple_01 LABELS cpython llvm llvm_jit c NOFAST)
RUN(NAME print_list_tuple_02 LABELS cpython llvm llvm_jit c NOFAST)
RUN(NAME print_list_tuple_03 LABELS cpython llvm llvm_jit c NOFAST)
RUN(NAME test_list_item_mixed_print LABELS cpython llvm llvm_jit c NOFAST)
RUN(NAME test_intrinsic_function_mixed_print LABELS cpython llvm llvm_jit c NOFAST)
RUN(NAME test_intrinsic_function_mixed_print LABELS cpython llvm llvm_jit NOFAST)

# CPython and LLVM
RUN(NAME const_01 LABELS cpython llvm llvm_jit c wasm)
Expand Down

0 comments on commit 61a4419

Please sign in to comment.