diff --git a/integration_tests/CMakeLists.txt b/integration_tests/CMakeLists.txt index 95694d3fe88..87650261951 100644 --- a/integration_tests/CMakeLists.txt +++ b/integration_tests/CMakeLists.txt @@ -703,6 +703,8 @@ RUN(NAME structs_32 LABELS cpython llvm c) RUN(NAME structs_33 LABELS cpython llvm c) RUN(NAME structs_34 LABELS cpython llvm c) RUN(NAME structs_35 LABELS cpython llvm) +RUN(NAME structs_36 LABELS cpython llvm) +RUN(NAME structs_37 LABELS cpython llvm) RUN(NAME symbolics_01 LABELS cpython_sym c_sym llvm_sym NOFAST) RUN(NAME symbolics_02 LABELS cpython_sym c_sym llvm_sym NOFAST) @@ -798,9 +800,6 @@ RUN(NAME callback_03 LABELS cpython llvm c) RUN(NAME lambda_01 LABELS cpython llvm) -RUN(NAME transaction_01 LABELS cpython llvm c) -RUN(NAME transaction_02 LABELS cpython llvm c) - # callback_04 is to test emulation. So just run with cpython RUN(NAME callback_04 IMPORT_PATH .. LABELS cpython) diff --git a/integration_tests/transaction_01.py b/integration_tests/structs_36.py similarity index 100% rename from integration_tests/transaction_01.py rename to integration_tests/structs_36.py diff --git a/integration_tests/transaction_02.py b/integration_tests/structs_37.py similarity index 64% rename from integration_tests/transaction_02.py rename to integration_tests/structs_37.py index 19dc82aba91..83d1953d064 100644 --- a/integration_tests/transaction_02.py +++ b/integration_tests/structs_37.py @@ -1,4 +1,4 @@ -from transaction_01 import Transactions, Transaction +from structs_36 import Transactions, Transaction transactions: list[Transaction] = [] asr: Transactions = Transactions(transactions=transactions) \ No newline at end of file