Skip to content

Commit a605f6c

Browse files
committed
TEST: Remove C flag as ListCount() yet to be supported
1 parent d202999 commit a605f6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration_tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ RUN(NAME test_list_pop3 LABELS cpython llvm)
551551
RUN(NAME test_list_compare LABELS cpython llvm)
552552
RUN(NAME test_list_concat LABELS cpython llvm c NOFAST)
553553
RUN(NAME test_list_reserve LABELS cpython llvm)
554-
RUN(NAME test_const_list LABELS cpython llvm c)
554+
RUN(NAME test_const_list LABELS cpython llvm)
555555
RUN(NAME test_tuple_01 LABELS cpython llvm c)
556556
RUN(NAME test_tuple_02 LABELS cpython llvm c NOFAST)
557557
RUN(NAME test_tuple_03 LABELS cpython llvm c)

0 commit comments

Comments
 (0)