Remove stray print call.

pull/7191/head
Jussi Pakkanen 5 years ago
parent 22bc0d46a5
commit f2e2e910d9
  1. 1
      run_project_tests.py

@ -417,7 +417,6 @@ def _compare_output(expected: T.List[T.Dict[str, str]], output: str, desc: str)
match = bool(re.match(expected, actual))
else:
match = (expected == actual)
print(actual)
if match:
how, expected = next_expected(i)

Loading…
Cancel
Save