Skip to content
Snippets Groups Projects
Commit 755c2184 authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

Drop print() statement in PPU tests.

parent 9489b358
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,6 @@ def differences(file1, file2):
@skip_unless_tool_is_at_least('ppudump', ppudump_version, '3.0.0')
def test_diff(differences):
print(differences[0].unified_diff)
expected_diff = get_data('ppu_expected_diff')
assert differences[0].unified_diff == expected_diff
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment