invalid_file_test: convert test param from tuple to struct
authorJames Zern <jzern@google.com>
Sat, 12 Jul 2014 20:34:36 +0000 (13:34 -0700)
committerJames Zern <jzern@google.com>
Sat, 12 Jul 2014 20:34:36 +0000 (13:34 -0700)
commit44eb577cf767357bb34fdf4e49461c9418271dde
treec8738702fdbd0d7641741b06deb22c190debf74d
parent6f85cc664864a8692e83734cce7b9f41a10eb180
invalid_file_test: convert test param from tuple to struct

fixes visual studio 9 + apple clang builds where the template type is
interpreted as char[] rather than const char*:

::f1_' : cannot specify explicit initializer for arrays
error: array initializer must be an initializer list or string literal

Change-Id: I27286ce341b2f7a09b6202caffd6b72f64fd2234
test/invalid_file_test.cc