Skip to content

Commit

Permalink
Increase the coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
M. Mert Yildiran committed Feb 12, 2021
1 parent a7bcb1f commit b1ab4cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -711,6 +711,9 @@ def test_033_structs(self):
age int
salary int
}
func newPerson(name string) *person {
fmt.Println("Hello, World!")
}
"""
self.parse_unparse()

Expand Down

0 comments on commit b1ab4cc

Please sign in to comment.