Skip to content

Commit 1b0e974

Browse files
committed
Enabled C backend for structs_03
1 parent 67a99b4 commit 1b0e974

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,3 +181,5 @@ integration_tests/structs_01
181181
integration_tests/structs_01.c
182182
integration_tests/structs_02
183183
integration_tests/structs_02.c
184+
integration_tests/structs_03
185+
integration_tests/structs_03.c

integration_tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ RUN(NAME test_bool_binop LABELS cpython llvm)
171171
RUN(NAME test_issue_518 LABELS cpython llvm)
172172
RUN(NAME structs_01 LABELS cpython llvm c)
173173
RUN(NAME structs_02 LABELS llvm c)
174-
RUN(NAME structs_03 LABELS llvm)
174+
RUN(NAME structs_03 LABELS llvm c)
175175

176176
# Just CPython
177177
RUN(NAME test_builtin_bin LABELS cpython)

0 commit comments

Comments
 (0)