Skip to content

Commit

Permalink
nsswitch: Fix wbclient torture_assert_wbc_ok_goto_fail macro
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Schneider <[email protected]>
Reviewed-by: Uri Simchoni <[email protected]>
  • Loading branch information
cryptomilk committed Jun 24, 2016
1 parent 8b91178 commit f479a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nsswitch/libwbclient/tests/wbclient.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
} while (0)

#define torture_assert_wbc_ok_goto_fail(torture_ctx,expr,cmt,cmt_arg) \
torture_assert_wbc_equal(torture_ctx,expr,WBC_ERR_SUCCESS,cmt,cmt_arg)
torture_assert_wbc_equal_goto_fail(torture_ctx,expr,WBC_ERR_SUCCESS,cmt,cmt_arg)

#define torture_assert_str_equal_goto_fail(torture_ctx,got,expected,cmt)\
do { const char *__got = (got), *__expected = (expected); \
Expand Down

0 comments on commit f479a1f

Please sign in to comment.