don't test the halting problem anymore.
This commit is contained in:
parent
7c446ed81a
commit
c255607205
@ -75,12 +75,6 @@ def test_bin_hy_icmd():
|
|||||||
assert "figlet" in output
|
assert "figlet" in output
|
||||||
|
|
||||||
|
|
||||||
def test_bin_hy_file():
|
|
||||||
ret = run_cmd("hy eg/nonfree/halting-problem/halting.hy")
|
|
||||||
assert ret[0] == 0
|
|
||||||
assert "27" in ret[1]
|
|
||||||
|
|
||||||
|
|
||||||
def test_bin_hy_missing_file():
|
def test_bin_hy_missing_file():
|
||||||
ret = run_cmd("hy foobarbaz")
|
ret = run_cmd("hy foobarbaz")
|
||||||
assert ret[0] == 2
|
assert ret[0] == 2
|
||||||
|
Loading…
Reference in New Issue
Block a user