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 d202999 commit a605f6cCopy full SHA for a605f6c
integration_tests/CMakeLists.txt
@@ -551,7 +551,7 @@ RUN(NAME test_list_pop3 LABELS cpython llvm)
551
RUN(NAME test_list_compare LABELS cpython llvm)
552
RUN(NAME test_list_concat LABELS cpython llvm c NOFAST)
553
RUN(NAME test_list_reserve LABELS cpython llvm)
554
-RUN(NAME test_const_list LABELS cpython llvm c)
+RUN(NAME test_const_list LABELS cpython llvm)
555
RUN(NAME test_tuple_01 LABELS cpython llvm c)
556
RUN(NAME test_tuple_02 LABELS cpython llvm c NOFAST)
557
RUN(NAME test_tuple_03 LABELS cpython llvm c)
0 commit comments