Skip to content

Commit

Permalink
testcases, elf: remove unnecessary comma char at the end of line
Browse files Browse the repository at this point in the history
Signed-off-by: Masatake YAMATO <[email protected]>
  • Loading branch information
masatake authored and vstinner committed Oct 2, 2017
1 parent 640d2b5 commit 6c9ea42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ def test_elf_program(self):
self.checkDisplay(parser, "/header/class", "32 bits")
self.checkDisplay(parser, "/header/endian", "Little endian")
self.checkDisplay(parser, "/header/type", "Executable file")
self.checkDisplay(parser, "/header/machine", "Intel 80386"),
self.checkDisplay(parser, "/header/machine", "Intel 80386")
self.checkValue(parser, "/header/phentsize", 32)
self.checkDisplay(parser, "/prg_header[1]/type", "Program interpreter")

Expand Down

0 comments on commit 6c9ea42

Please sign in to comment.