Skip to content

Commit

Permalink
tests: update file names
Browse files Browse the repository at this point in the history
  • Loading branch information
arteevraina committed Nov 29, 2023
1 parent 6ef9500 commit 56b964d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions integration_tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from transaction_01 import Transactions, Transaction
from structs_36 import Transactions, Transaction

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

0 comments on commit 56b964d

Please sign in to comment.