commit | 8cf5f64c9e566326dabd79abaf405b85dc8f8018 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Wed Jan 16 16:58:14 2019 -0800 |
committer | William A. Kennington III <wak@google.com> | Wed Jan 16 17:04:14 2019 -0800 |
tree | 1dc957d523d5b42188447534f458b48dfa8b22ce | |
parent | af60e63080725d99bf0b1b11acab00b8403baca3 [diff] |
test/watchdog: Don't use designated initializers gcc supported this in c++ even though it was non-standard until c++2a is complete. This change removes designated initializers to make our tests compliant with std++17. Tested: Built and run through unit tests. Change-Id: I846394c633c0396518db6ed41682bbcf05b890c6 Signed-off-by: William A. Kennington III <wak@google.com>