From e37f4f75a28a991d303f08c07d3be6fd24db9cef Mon Sep 17 00:00:00 2001 From: Sand Bubbles Date: Sun, 15 Dec 2024 10:51:11 +0100 Subject: [PATCH] add comment --- tests/unit/cli/vyper_compile/test_compile_files.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unit/cli/vyper_compile/test_compile_files.py b/tests/unit/cli/vyper_compile/test_compile_files.py index 94adfcafe0..d8d9e56777 100644 --- a/tests/unit/cli/vyper_compile/test_compile_files.py +++ b/tests/unit/cli/vyper_compile/test_compile_files.py @@ -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