Skip to content

Commit 01209f5

Browse files
committed
Updated reference tests
1 parent 8ae988d commit 01209f5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,3 +170,4 @@ integration_tests/test_c_interop_01
170170
integration_tests/test_c_interop_03
171171
integration_tests/test_c_interop_03.c
172172
integration_tests/test_c_interop_04
173+
integration_tests/test_c_interop_04.c

integration_tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ RUN(NAME test_c_interop_02 LABELS cpython llvm c
156156
EXTRAFILES test_c_interop_02b.c)
157157
RUN(NAME test_c_interop_03 LABELS llvm c
158158
EXTRAFILES test_c_interop_03b.c)
159-
RUN(NAME test_c_interop_04 LABELS llvm
159+
RUN(NAME test_c_interop_04 LABELS llvm c
160160
EXTRAFILES test_c_interop_04b.c)
161161
RUN(NAME test_c_interop_05 LABELS llvm
162162
EXTRAFILES test_c_interop_05b.c)

0 commit comments

Comments
 (0)