Skip to content

Commit

Permalink
fixing test_conversion by stripping newline chars
Browse files Browse the repository at this point in the history
  • Loading branch information
anthraxx committed Oct 16, 2013
1 parent 2290373 commit 87a2c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def test_conversion(with_breakpoint=False):

shutil.rmtree(tmp_dir)

return stdout, stderr, 0
return stdout.strip(), stderr, 0


def test_get_start_address():
Expand Down

0 comments on commit 87a2c0a

Please sign in to comment.