forked from M-Labs/artiq
1
0
Fork 0

compiler: fix tests after 4d06c1d8.

This commit is contained in:
whitequark 2018-05-16 21:53:36 +00:00
parent 31c6c79204
commit 3b61b7c30b
1 changed files with 0 additions and 2 deletions

View File

@ -38,8 +38,6 @@ def main():
core.compile(testcase_vars["entrypoint"], (), {})
else:
core.run(testcase_vars["entrypoint"], (), {})
print(core.comm.get_log())
core.comm.clear_log()
except CompileError as error:
if not diag:
exit(1)