File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -646,7 +646,7 @@ RUN(NAME symbolics_04 LABELS cpython_sym c_sym)
646
646
RUN(NAME symbolics_05 LABELS cpython_sym c_sym)
647
647
RUN(NAME symbolics_06 LABELS cpython_sym c_sym)
648
648
RUN(NAME symbolics_07 LABELS cpython_sym c_sym llvm_sym NOFAST)
649
- RUN(NAME symbolics_08 LABELS c_sym llvm_sym)
649
+ RUN(NAME symbolics_08 LABELS cpython_sym c_sym llvm_sym)
650
650
651
651
RUN(NAME sizeof_01 LABELS llvm c
652
652
EXTRAFILES sizeof_01b.c)
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ def basic_str(x: CPtr) -> str:
16
16
def main0 ():
17
17
y : i64 = i64 (0 )
18
18
x : CPtr = empty_c_void_p ()
19
- p_c_pointer (pointer (y ), x )
19
+ p_c_pointer (pointer (y , i64 ), x )
20
20
basic_new_stack (x )
21
21
basic_const_pi (x )
22
22
s : str = basic_str (x )
You can’t perform that action at this time.
0 commit comments