Use 3-arg MakeInstruction to reduce logic in tests
authorDavid Neto <dneto@google.com>
Thu, 1 Oct 2015 15:24:11 +0000 (11:24 -0400)
committerDavid Neto <dneto@google.com>
Mon, 26 Oct 2015 16:55:33 +0000 (12:55 -0400)
commit0cd7352d7d4d10783639ea3ee069f1fdef8d44aa
tree0d1175a0aed66921954f0113627bc77ffeb8dced
parent924997dc7f3669d14be9c53402c7d776ffed235f
Use 3-arg MakeInstruction to reduce logic in tests

Avoids open-coded vector inserts and two variables in various
tests.  Should improve readability.
test/TextToBinary.Annotation.cpp
test/TextToBinary.Debug.cpp
test/TextToBinary.Image.cpp
test/TextToBinary.Memory.cpp
test/TextToBinary.ModeSetting.cpp