Skip to content

Commit cbf7483

Browse files
committed
Remove expr_08 from cpython and add expr_09 for bitwise verification
1 parent efb7f42 commit cbf7483

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integration_tests/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ RUN(NAME expr_04 LABELS cpython llvm c)
133133
RUN(NAME expr_05 LABELS cpython llvm)
134134
RUN(NAME expr_06 LABELS cpython llvm)
135135
RUN(NAME expr_07 LABELS cpython llvm)
136-
RUN(NAME expr_08 LABELS cpython llvm c)
137-
RUN(NAME expr_09 LABELS cpython llvm c)
136+
RUN(NAME expr_08 LABELS llvm c)
137+
RUN(NAME expr_09 LABELS cpython llvm)
138138
RUN(NAME test_types_01 LABELS cpython llvm)
139139
RUN(NAME test_str_01 LABELS cpython llvm)
140140
RUN(NAME test_str_02 LABELS cpython llvm)

0 commit comments

Comments
 (0)