Skip to content

Commit

Permalink
Testing commentary
Browse files Browse the repository at this point in the history
  • Loading branch information
tuokri committed Nov 20, 2023
1 parent 44371c9 commit 05889c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/uscript_test_mutator.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,8 @@ final function int CheckMessage_{{ message.name }}()

// TODO: MAKE MESSAGE COMPARISON INTO A MACRO AND/OR FUNCTION!
// TODO: CHECK EARLIER COMPARISON IMPL. ABOVE!
if (Msg != CmpMsg_{{ message.name }})
// TODO: CURRENTLY ONLY CHECKING STATIC MESSAGES!!!
if (Msg != CmpMsg_{{ message.name }} /*&& Link.bIsStatic*/)
{
`ulog("##ERROR##: FAILED CMP, TODO: BETTER MESSAGE");
++Failures;
Expand Down

0 comments on commit 05889c2

Please sign in to comment.