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.
2 parents ebf8b44 + 0a2dfe2 commit 8565716Copy full SHA for 8565716
integration_tests/CMakeLists.txt
@@ -311,9 +311,8 @@ RUN(NAME structs_07 LABELS llvm c
311
EXTRAFILES structs_07b.c)
312
RUN(NAME structs_08 LABELS cpython llvm c)
313
RUN(NAME structs_09 LABELS cpython llvm c)
314
-# TODO: Re-enable c in structs_10
315
-RUN(NAME structs_10 LABELS cpython llvm)
316
-RUN(NAME structs_11 LABELS cpython llvm)
+RUN(NAME structs_10 LABELS cpython llvm c)
+RUN(NAME structs_11 LABELS cpython llvm c)
317
RUN(NAME structs_12 LABELS cpython llvm c)
318
RUN(NAME structs_13 LABELS llvm c
319
EXTRAFILES structs_13b.c)
0 commit comments