Skip to content

Commit

Permalink
deck_test: Re-add STATUS_EVAL macro
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasdn committed Feb 24, 2022
1 parent 1538c66 commit b51ed24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/deck/core/deck_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
#include "deck_test.h"
#include "debug.h"

#define STATUS_EVAL (*status)

void decktestEval(bool result, char *failString, bool *status)
{
if (STATUS_EVAL)
Expand Down

0 comments on commit b51ed24

Please sign in to comment.