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 67a99b4 commit 1b0e974Copy full SHA for 1b0e974
.gitignore
@@ -181,3 +181,5 @@ integration_tests/structs_01
181
integration_tests/structs_01.c
182
integration_tests/structs_02
183
integration_tests/structs_02.c
184
+integration_tests/structs_03
185
+integration_tests/structs_03.c
integration_tests/CMakeLists.txt
@@ -171,7 +171,7 @@ RUN(NAME test_bool_binop LABELS cpython llvm)
171
RUN(NAME test_issue_518 LABELS cpython llvm)
172
RUN(NAME structs_01 LABELS cpython llvm c)
173
RUN(NAME structs_02 LABELS llvm c)
174
-RUN(NAME structs_03 LABELS llvm)
+RUN(NAME structs_03 LABELS llvm c)
175
176
# Just CPython
177
RUN(NAME test_builtin_bin LABELS cpython)
0 commit comments