Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix failing tests
  • Loading branch information
Vipul-Cariappa committed May 11, 2024
commit 0d09a9bbbe9436202b0a781caa58bd0edd5974a1
2 changes: 1 addition & 1 deletion integration_tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ RUN(NAME expr_02u LABELS cpython llvm llvm_jit c NOFAST)
RUN(NAME expr_03u LABELS cpython llvm llvm_jit c NOFAST)
RUN(NAME expr_04u LABELS cpython llvm llvm_jit c)

RUN(NAME list_01 LABELS cpython llvm llvm_jit c)
RUN(NAME list_01 LABELS cpython llvm llvm_jit)

RUN(NAME loop_01 LABELS cpython llvm llvm_jit c)
RUN(NAME loop_02 LABELS cpython llvm llvm_jit c wasm wasm_x86 wasm_x64)
Expand Down