expect_false
#define expect_false(cond) ecb_expect_false (cond)
#define expect_false(expr) expect ((expr) != 0, 0)