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 d7f6115 commit 9f0cbb5Copy full SHA for 9f0cbb5
integration_tests/CMakeLists.txt
@@ -641,7 +641,7 @@ RUN(NAME structs_31 LABELS cpython llvm c)
641
RUN(NAME structs_32 LABELS cpython llvm c)
642
RUN(NAME structs_33 LABELS cpython llvm c)
643
RUN(NAME structs_34 LABELS cpython llvm c)
644
-RUN(NAME structs_35 LABELS cpython llvm)
+RUN(NAME structs_35 LABELS cpython llvm c)
645
646
RUN(NAME symbolics_01 LABELS cpython_sym c_sym)
647
RUN(NAME symbolics_02 LABELS cpython_sym c_sym)
integration_tests/structs_35.py
@@ -7,8 +7,6 @@
7
8
# test issue 2131
9
10
-r : i8 = i8(240)
11
-
12
@dataclass
13
class Foo:
14
a : i8[4] = empty(4, dtype=int8)
0 commit comments