Skip to content

Commit 87a2c0a

Browse files
committed
fixing test_conversion by stripping newline chars
1 parent 2290373 commit 87a2c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ def test_conversion(with_breakpoint=False):
201201

202202
shutil.rmtree(tmp_dir)
203203

204-
return stdout, stderr, 0
204+
return stdout.strip(), stderr, 0
205205

206206

207207
def test_get_start_address():

0 commit comments

Comments
 (0)