Merge #11997: [tests] util_tests.cpp: actually check ignored args
commitddff3447f29b62d79a33f728791f42fa9436216e
authorMarcoFalke <falke.marco@gmail.com>
Thu, 4 Jan 2018 14:08:08 +0000 (4 05:08 -0900)
committerMarcoFalke <falke.marco@gmail.com>
Thu, 4 Jan 2018 14:08:13 +0000 (4 05:08 -0900)
tree1192c4a5e14dcab3ed82e47fab1aebdc4c244600
parent36a5a4404836da323c755523fbd27563a8e84f94
parentc99a3c32c830384a9959a468a13441fcd2e48a72
Merge #11997: [tests] util_tests.cpp: actually check ignored args

c99a3c32c8 [tests] util_tests.cpp: actually check ignored args (Anthony Towns)

Pull request description:

  An array with 7 elements was setup for checking argument parsing, but
  was passed to ParseParamaeters with argc=5, meaning the interpretation
  of the last two arguments was never actually checked.

Tree-SHA512: 7b81fde49742e524f1bb67e2ec084f5909ae36125f237f0210df4587c62e5a5a8f277f13543f0a85ad145c4bb80d62339a7d50d7ed41659df318c8198ea7f428
src/test/util_tests.cpp