Skip to content

Commit 9f0cbb5

Browse files
committed
Enable C tests
1 parent d7f6115 commit 9f0cbb5

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

integration_tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ RUN(NAME structs_31 LABELS cpython llvm c)
641641
RUN(NAME structs_32 LABELS cpython llvm c)
642642
RUN(NAME structs_33 LABELS cpython llvm c)
643643
RUN(NAME structs_34 LABELS cpython llvm c)
644-
RUN(NAME structs_35 LABELS cpython llvm)
644+
RUN(NAME structs_35 LABELS cpython llvm c)
645645

646646
RUN(NAME symbolics_01 LABELS cpython_sym c_sym)
647647
RUN(NAME symbolics_02 LABELS cpython_sym c_sym)

integration_tests/structs_35.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77

88
# test issue 2131
99

10-
r : i8 = i8(240)
11-
1210
@dataclass
1311
class Foo:
1412
a : i8[4] = empty(4, dtype=int8)

0 commit comments

Comments
 (0)