commit | dea380c5f66382d27d3419a98838cf130965fb66 | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@aj.id.au> | Mon Feb 06 18:49:26 2023 +1030 |
committer | Andrew Jeffery <andrew@aj.id.au> | Wed Feb 08 11:29:05 2023 +1030 |
tree | e3adcf8ee92b4e28d3363f892ab86ead67a55e1b | |
parent | 71246ca7bae44ad3bbfcebc0f785477a8d521cc5 [diff] |
test: physical: Fix misc-unused-using-decls ``` ../test/physical.cpp:74:18: error: using decl 'Throw' is unused [misc-unused-using-decls,-warnings-as-errors] using ::testing::Throw; ^ /home/andrew/src/openbmc/phosphor-led-sysfs/build/../test/physical.cpp:74:18: note: remove the using using ::testing::Throw; ~~~~~~~~~~~~~~~~~^~~~~~ ``` Change-Id: Ia13ce426cd366ea3c13f691fc1f1f93d1aa173ec Signed-off-by: Andrew Jeffery <andrew@aj.id.au>