Skip to content

Commit

Permalink
Update PlatformResetAttackMitigationPsciBBTestFunction.c (#85) (#86)
Browse files Browse the repository at this point in the history
Co-authored-by: Amrathesh . <[email protected]>
  • Loading branch information
chetan-rathore and amrathesh authored Nov 18, 2024
1 parent 78da25e commit 73d621e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ PlatformResetAttackMitigationPsciTestSub1 (
if (SmcArgs.Arg0 == 0)
Result = EFI_TEST_ASSERTION_PASSED;
else
Result = EFI_TEST_ASSERTION_FAILED;
Result = EFI_TEST_ASSERTION_WARNING;

StandardLib->RecordAssertion (
StandardLib,
Expand Down

0 comments on commit 73d621e

Please sign in to comment.