From 12e2d839a84761bfb1a14e659182bd7d6121a926 Mon Sep 17 00:00:00 2001 From: chetan singh rathore Date: Fri, 3 May 2024 19:00:40 +0530 Subject: [PATCH] Update test_c010.c : Correct the failure result status (#457) --- 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) {