Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sandbubbles committed Dec 15, 2024
1 parent bce2a08 commit e37f4f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/cli/vyper_compile/test_compile_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,7 @@ def baz() -> uint8:
file = make_file("interface.vyi", interface)
compile_files([file], INTERFACE_OUTPUT_FORMATS)

# check unallowed output formats
for f in OUTPUT_FORMATS:
if f in INTERFACE_OUTPUT_FORMATS:
continue
Expand Down

0 comments on commit e37f4f7

Please sign in to comment.