Skip to content

Commit

Permalink
Fix prelude test
Browse files Browse the repository at this point in the history
  • Loading branch information
evhub committed Aug 31, 2024
1 parent b16d9f7 commit 2bfc452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coconut/tests/main_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1093,7 +1093,7 @@ class TestExternal(unittest.TestCase):
if not PYPY or PY2:
def test_prelude(self):
with using_paths(prelude):
comp_prelude()
comp_prelude(expect_retcode=None)
if MYPY and PY38:
run_prelude()

Expand Down

0 comments on commit 2bfc452

Please sign in to comment.