Skip to content

Commit

Permalink
Update test_c010.c : Correct the failure result status (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
chetan-rathore committed May 3, 2024
1 parent 541f94d commit 12e2d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_pool/pe/operating_system/test_c010.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ static void check_pointer_signing_algorithm(uint32_t index, uint64_t data1, uint
((VAL_EXTRACT_BITS(data2, 8, 11) != 0) && (VAL_EXTRACT_BITS(data2, 12, 15) != 0)))
val_set_status(index, RESULT_PASS(TEST_NUM, 01));
else
val_set_status(index, RESULT_PASS(TEST_NUM, 01));
val_set_status(index, RESULT_FAIL(TEST_NUM, 01));
}
static void payload(void)
{
Expand Down

0 comments on commit 12e2d83

Please sign in to comment.