Skip to content

Commit

Permalink
windows compatability (#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
tzaffi committed Aug 10, 2022
1 parent ba4642d commit 1fe28f0
Show file tree
Hide file tree
Showing 14 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/abi_roundtrip_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def test_pure_compilation(abi_type):

filename = (
f"app_roundtrip_{sdk_abi_type}"
+ ("" if dynamic_length is None else f"_<{dynamic_length}>")
+ ("" if dynamic_length is None else f"_{dynamic_length}")
+ ".teal"
)
tealdir = GENERATED / "roundtrip"
Expand Down

0 comments on commit 1fe28f0

Please sign in to comment.