Skip to content

Commit 463a2af

Browse files
committed
missed one
1 parent f339dc4 commit 463a2af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/evaluator/simulator/logicState.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ enum class logic_state_t : std::uint8_t {
88
UNDEFINED = 3
99
};
1010

11-
inline std::string logicstate_to_string(logic_state_t state) {
11+
inline std::string logicstate_to_string(logic_state_t state) /* GCOVR_EXCL_FUNCTION */ {
1212
switch (state) {
1313
case logic_state_t::LOW:
1414
return "L";

0 commit comments

Comments
 (0)