edit to description of run_test_compare()
This commit is contained in:
parent
a506b8bd40
commit
c3f7ac96cd
|
@ -153,10 +153,9 @@ above, but that takes a void pointer as a second argument. Finally,
|
||||||
the third argument is the pointer that gets passed into the test
|
the third argument is the pointer that gets passed into the test
|
||||||
function.
|
function.
|
||||||
|
|
||||||
`run_test_compare()` is similar, but it allows two pointers to be
|
`run_test_compare()` is similar, but it allows *two* pointers to be
|
||||||
passed into the test. This is useful for comparing an actual value to
|
passed into the test. This is useful for comparing the actual output
|
||||||
an expected one, for instance comparing the actual output from a
|
of a function to an expected value, for instance.
|
||||||
function to an expected value.
|
|
||||||
|
|
||||||
The prototype for `run_test_compare()` follows:
|
The prototype for `run_test_compare()` follows:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user