Greg Stein wrote:
> On Apr 24, 2012 11:51 AM, wrote:
>> /** Handy macro for testing string equality.
>> + * EXPR and/or EXPECTED_EXPR may be NULL.
>> */
>... may be NULL, indicating failure.
No, I mean NULL is now a valid value to expect and test for. I changed the doc
string to:
/** Handy
On Apr 24, 2012 11:51 AM, wrote:
>...
> +++ subversion/trunk/subversion/tests/svn_test.h Tue Apr 24 15:50:45 2012
> @@ -74,6 +74,7 @@ extern "C" {
> } while (0)
>
> /** Handy macro for testing string equality.
> + * EXPR and/or EXPECTED_EXPR may be NULL.
> */
... may be NULL, indicating failu
2 matches
Mail list logo