Home
last modified time | relevance | path

Searched refs:shouldnot (Results 1 – 1 of 1) sorted by relevance

/openssl/test/
H A Derrtest.c174 unsigned long mallocfail, shouldnot; in test_marks() local
214 shouldnot = ERR_peek_last_error(); in test_marks()
215 if (!TEST_ulong_ne(mallocfail, shouldnot) in test_marks()
219 if (!TEST_ulong_ne(shouldnot, ERR_peek_last_error()) in test_marks()
221 || !TEST_ulong_eq(shouldnot, ERR_peek_last_error()) in test_marks()
231 || !TEST_ulong_eq(shouldnot, ERR_peek_last_error())) in test_marks()
281 || !TEST_ulong_eq(shouldnot, ERR_peek_last_error())) in test_marks()

Completed in 6 milliseconds