Skip to content

Commit 45f2e63

Browse files
committed
TEST: Add struct passing syntax test in cpython"
1 parent 3c01300 commit 45f2e63

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

integration_tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ RUN(NAME structs_01 LABELS cpython llvm c)
455455
RUN(NAME structs_02 LABELS cpython llvm c)
456456
RUN(NAME structs_03 LABELS llvm c)
457457
RUN(NAME structs_04 LABELS cpython llvm c)
458-
RUN(NAME structs_05 LABELS llvm c)
458+
RUN(NAME structs_05 LABELS cpython llvm c)
459459
RUN(NAME structs_06 LABELS cpython llvm c)
460460
RUN(NAME structs_07 LABELS llvm c
461461
EXTRAFILES structs_07b.c)

integration_tests/structs_05.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ def update_2(s: A[:]):
5050
s[1].c = i8(3)
5151

5252
def g():
53-
# TODO: Enable cpython in integration_tests.
5453
y: A[2] = empty([2], dtype=A)
5554
y[0] = A(1.1, 1, i64(1), f32(1.1), i16(1), i8(1), True)
5655
y[1] = A(2.2, 2, i64(2), f32(2.2), i16(2), i8(2), True)

0 commit comments

Comments
 (0)