Lars Gullik Bjønnes ea06f021f8 test: comment out one FormatStringErrors constexpr test
GCC 7.3 complains that this is not a compile time constant.

test/format-test.cc: In member function ‘virtual void FormatTest_FormatStringErrors_Test::TestBody()’:
test/format-test.cc:1919:3: error: non-constant condition for static assertion
   static_assert(test_error<__VA_ARGS__>(fmt, error), "")
   ^
test/format-test.cc:1924:3: note: in expansion of macro ‘EXPECT_ERROR’
   EXPECT_ERROR("{0:s", "unknown format specifier", Date);
   ^~~~~~~~~~~~
2018-02-24 08:20:20 +00:00
..
2017-10-21 08:17:00 -07:00
2017-08-26 08:50:09 -07:00
2017-03-09 06:09:43 -08:00
2018-01-17 05:46:14 -08:00
2016-02-10 07:16:49 -08:00
2017-03-08 08:08:08 -08:00
2015-06-24 08:43:30 -07:00
2015-06-22 09:24:54 -07:00
2016-01-09 08:06:59 -08:00
2015-07-08 07:48:54 -07:00
2016-08-03 08:52:05 -07:00