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)
646646RUN(NAME symbolics_05 LABELS cpython_sym c_sym)
647647RUN(NAME symbolics_06 LABELS cpython_sym c_sym)
648648RUN(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)
650650
651651RUN(NAME sizeof_01 LABELS llvm c
652652 EXTRAFILES sizeof_01b.c)
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ def basic_str(x: CPtr) -> str:
1616def main0 ():
1717 y : i64 = i64 (0 )
1818 x : CPtr = empty_c_void_p ()
19- p_c_pointer (pointer (y ), x )
19+ p_c_pointer (pointer (y , i64 ), x )
2020 basic_new_stack (x )
2121 basic_const_pi (x )
2222 s : str = basic_str (x )
You can’t perform that action at this time.
0 commit comments