summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordreid <dreid@13f79535-47bb-0310-9956-ffa450edef68>2001-05-13 14:40:57 +0000
committerdreid <dreid@13f79535-47bb-0310-9956-ffa450edef68>2001-05-13 14:40:57 +0000
commit8530951608cd115d1e28e5d5cfd9319f9c48cfd6 (patch)
tree47c5f21be98c513fd2bebdf6dab9115a726f0149
parent5eb28dced30e6a0a1c19d8c2b6edc97254c1bf68 (diff)
downloadlibapr-8530951608cd115d1e28e5d5cfd9319f9c48cfd6.tar.gz
This should have been updated already, but I must have missed it.
Too many commits... :) git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61627 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--test/test_apr.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/test/test_apr.h b/test/test_apr.h
index 478aa72ca..4fe966ff2 100644
--- a/test/test_apr.h
+++ b/test/test_apr.h
@@ -54,11 +54,6 @@
/* Some simple functions to make the test apps easier to write and
* a bit more consistent...
- *
- * These still need more work...
- *
- * It'd be nice to get proper error reporting in here...
- *
*/
#include <string.h>
@@ -85,5 +80,6 @@
printf("%s\n", good); \
}
-#define STD_TEST(str, func) \
- TEST_NEQ(str, func, APR_SUCCESS, "OK", "Failed"); \ No newline at end of file
+#define STD_TEST_NEQ(str, func) \
+ TEST_NEQ(str, func, APR_SUCCESS, "OK", "Failed");
+