From b70840e72febe823001f9f24ff838cdc9e4d629b Mon Sep 17 00:00:00 2001 From: chetan singh rathore Date: Fri, 3 May 2024 18:35:51 +0530 Subject: [PATCH] Update test_c010.c : Correct the failure result status --- test_pool/pe/operating_system/test_c010.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_pool/pe/operating_system/test_c010.c b/test_pool/pe/operating_system/test_c010.c index 12592367..09116f8a 100644 --- a/test_pool/pe/operating_system/test_c010.c +++ b/test_pool/pe/operating_system/test_c010.c @@ -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) {