summaryrefslogtreecommitdiff
path: root/test/testapp.c
diff options
context:
space:
mode:
authordreid <dreid@13f79535-47bb-0310-9956-ffa450edef68>2004-06-07 21:21:35 +0000
committerdreid <dreid@13f79535-47bb-0310-9956-ffa450edef68>2004-06-07 21:21:35 +0000
commita9ba3b84bee7872b82dc38e6f4ded710b2f65c8a (patch)
tree6b948a49808b3ef086fbcd00ff9fb4207df836b1 /test/testapp.c
parente519c61cf1cd50ccf8f4c2561a4295299a2d89a8 (diff)
downloadlibapr-a9ba3b84bee7872b82dc38e6f4ded710b2f65c8a.tar.gz
Presently if we fail in apr_assert_success we get the line number for
testutil.c reported. Not very useful. This change adds the passing of the (correct) line number and also a macro to ease said passing. I've changed all instances of apr_assert_success to use the new macro, but not all the tests build on this platform so others should check that all is well for them. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65171 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/testapp.c')
-rw-r--r--test/testapp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testapp.c b/test/testapp.c
index 9e5bec3c5..77607aa38 100644
--- a/test/testapp.c
+++ b/test/testapp.c
@@ -7,4 +7,4 @@ int main(int argc, const char * const * argv, const char * const *env)
apr_terminate();
-} \ No newline at end of file
+}