File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -703,6 +703,8 @@ RUN(NAME structs_32 LABELS cpython llvm c)
703
703
RUN (NAME structs_33 LABELS cpython llvm c )
704
704
RUN (NAME structs_34 LABELS cpython llvm c )
705
705
RUN (NAME structs_35 LABELS cpython llvm )
706
+ RUN (NAME structs_36 LABELS cpython llvm )
707
+ RUN (NAME structs_37 LABELS cpython llvm )
706
708
707
709
RUN (NAME symbolics_01 LABELS cpython_sym c_sym llvm_sym NOFAST )
708
710
RUN (NAME symbolics_02 LABELS cpython_sym c_sym llvm_sym NOFAST )
@@ -798,9 +800,6 @@ RUN(NAME callback_03 LABELS cpython llvm c)
798
800
799
801
RUN (NAME lambda_01 LABELS cpython llvm )
800
802
801
- RUN (NAME transaction_01 LABELS cpython llvm c )
802
- RUN (NAME transaction_02 LABELS cpython llvm c )
803
-
804
803
# callback_04 is to test emulation. So just run with cpython
805
804
RUN (NAME callback_04 IMPORT_PATH .. LABELS cpython )
806
805
File renamed without changes.
Original file line number Diff line number Diff line change 1
- from transaction_01 import Transactions , Transaction
1
+ from structs_36 import Transactions , Transaction
2
2
3
3
transactions : list [Transaction ] = []
4
4
asr : Transactions = Transactions (transactions = transactions )
You can’t perform that action at this time.
0 commit comments