Skip to content

Commit b6e925f

Browse files
committed
Cleanup
1 parent d01f321 commit b6e925f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test_examples_run.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,6 @@ def test_valid_programs(capsys, monkeypatch) -> None:
135135
wrong_results = {}
136136
for pdl_file_name in pathlib.Path(".").glob("**/*.pdl"):
137137
scope: ScopeType = {}
138-
print(str(pdl_file_name))
139-
# if "cldk" in str(pdl_file_name):
140-
# pass
141138
if str(pdl_file_name) in TO_SKIP:
142139
continue
143140
if str(pdl_file_name) in TESTS_WITH_INPUT:

0 commit comments

Comments
 (0)