Skip to content

Commit

Permalink
Update AdvLoggerPkg/UnitTests/AdvancedLoggerWrapper/AdvancedLoggerWra…
Browse files Browse the repository at this point in the history
…pperTestApp.c

Co-authored-by: Oliver Smith-Denny <[email protected]>
  • Loading branch information
kuqin12 and os-d authored Jan 25, 2024
1 parent a7cdd4c commit fa93b77
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,8 @@ InitializeInMemoryLog (

if (!ValidateInfoBlock ()) {
mLoggerInfo = NULL;
UT_ASSERT_TRUE (FALSE);
UT_ASSERT_NOT_NULL (mLoggerInfo);

}

// This is to bypass the restriction on runtime check.
Expand Down

0 comments on commit fa93b77

Please sign in to comment.