Skip to content

Commit

Permalink
try with FAKE_VALUE_FUNC instead of FAKE_VALUE_FUNC0
Browse files Browse the repository at this point in the history
  • Loading branch information
mmitch committed Apr 24, 2021
1 parent 57d2ee5 commit 1b6de83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/mock/mock_input.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#include "../../thirdparty/fff.h"
DEFINE_FFF_GLOBALS

FAKE_VALUE_FUNC0(midi_event *, read_midi)
FAKE_VALUE_FUNC(midi_event *, read_midi)

static midi_event* events[] = { NULL, NULL };

Expand Down

0 comments on commit 1b6de83

Please sign in to comment.