We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efb7f42 commit cbf7483Copy full SHA for cbf7483
integration_tests/CMakeLists.txt
@@ -133,8 +133,8 @@ RUN(NAME expr_04 LABELS cpython llvm c)
133
RUN(NAME expr_05 LABELS cpython llvm)
134
RUN(NAME expr_06 LABELS cpython llvm)
135
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)
+RUN(NAME expr_08 LABELS llvm c)
+RUN(NAME expr_09 LABELS cpython llvm)
138
RUN(NAME test_types_01 LABELS cpython llvm)
139
RUN(NAME test_str_01 LABELS cpython llvm)
140
RUN(NAME test_str_02 LABELS cpython llvm)
0 commit comments