Skip to content

Commit c5c9b08

Browse files
Remove unused comment
1 parent de18eea commit c5c9b08

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

python/tests/test_bindings.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ def get_egg_smol_folder() -> pathlib.Path:
3737
def test_example(example_file: pathlib.Path):
3838
egraph = EGraph(fact_directory=EGG_SMOL_FOLDER)
3939
commands = egraph.parse_program(example_file.read_text())
40-
# if commands[0] == SetOption("enable_proofs", Lit(Int(1))):
41-
# pytest.xfail(reason="enable_proofs not supported")
4240
# TODO: Include currently relyies on the CWD instead of the fact directory. We should fix this upstream
4341
# and then remove this workaround.
4442
os.chdir(EGG_SMOL_FOLDER)

0 commit comments

Comments
 (0)