Skip to content

Commit

Permalink
add darray test
Browse files Browse the repository at this point in the history
  • Loading branch information
tserg committed Nov 16, 2023
1 parent 7a13db2 commit 8785e02
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/functional/syntax/test_dynamic_array.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ def foo():
""",
StructureException,
),
(
"""
@external
def foo():
a: DynArray[uint256, FOO] = [1, 2, 3]
""",
StructureException,
),
]


Expand Down

0 comments on commit 8785e02

Please sign in to comment.