aboutsummaryrefslogtreecommitdiff
path: root/tests/qtest/ipmi-kcs-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qtest/ipmi-kcs-test.c')
-rw-r--r--tests/qtest/ipmi-kcs-test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/qtest/ipmi-kcs-test.c b/tests/qtest/ipmi-kcs-test.c
index afc24dd..3186c6a 100644
--- a/tests/qtest/ipmi-kcs-test.c
+++ b/tests/qtest/ipmi-kcs-test.c
@@ -145,7 +145,7 @@ static void kcs_cmd(uint8_t *cmd, unsigned int cmd_len,
break;
default:
- g_assert(0);
+ g_assert_not_reached();
}
*rsp_len = j;
}
@@ -184,7 +184,7 @@ static void kcs_abort(uint8_t *cmd, unsigned int cmd_len,
break;
default:
- g_assert(0);
+ g_assert_not_reached();
}
/* Start the abort here */