Skip to content

Commit 56b964d

Browse files
committed
tests: update file names
1 parent 6ef9500 commit 56b964d

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

integration_tests/CMakeLists.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -703,6 +703,8 @@ RUN(NAME structs_32 LABELS cpython llvm c)
703703
RUN(NAME structs_33 LABELS cpython llvm c)
704704
RUN(NAME structs_34 LABELS cpython llvm c)
705705
RUN(NAME structs_35 LABELS cpython llvm)
706+
RUN(NAME structs_36 LABELS cpython llvm)
707+
RUN(NAME structs_37 LABELS cpython llvm)
706708

707709
RUN(NAME symbolics_01 LABELS cpython_sym c_sym llvm_sym NOFAST)
708710
RUN(NAME symbolics_02 LABELS cpython_sym c_sym llvm_sym NOFAST)
@@ -798,9 +800,6 @@ RUN(NAME callback_03 LABELS cpython llvm c)
798800

799801
RUN(NAME lambda_01 LABELS cpython llvm)
800802

801-
RUN(NAME transaction_01 LABELS cpython llvm c)
802-
RUN(NAME transaction_02 LABELS cpython llvm c)
803-
804803
# callback_04 is to test emulation. So just run with cpython
805804
RUN(NAME callback_04 IMPORT_PATH .. LABELS cpython)
806805

File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from transaction_01 import Transactions, Transaction
1+
from structs_36 import Transactions, Transaction
22

33
transactions: list[Transaction] = []
44
asr: Transactions = Transactions(transactions=transactions)

0 commit comments

Comments
 (0)