Searched refs:expect_eq (Results 1 – 1 of 1) sorted by relevance
159 …do { if (!cond) pad_spc(llen, 40, "[SKIPPED]\n"); else ret += expect_eq(expr, llen, val); } while …161 static int expect_eq(int expr, int llen, int val) in expect_eq() function