mirror of
https://github.com/anrieff/libcpuid
synced 2024-12-16 16:35:45 +00:00
Tests: put back delimiter when fixing test files
This commit is contained in:
parent
48f82ab05a
commit
ca7f84676b
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ def fmt_error(err):
|
|||
def fixFile(filename, input_lines, output_lines):
|
||||
f = open(filename, "wt")
|
||||
f.writelines([s + "\n" for s in input_lines])
|
||||
f.write(delimiter + "\n")
|
||||
f.writelines([s + "\n" for s in output_lines])
|
||||
f.close()
|
||||
|
||||
|
|
Loading…
Reference in a new issue