summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pr/tests/cltsrv.c4
-rw-r--r--pr/tests/provider.c4
2 files changed, 2 insertions, 6 deletions
diff --git a/pr/tests/cltsrv.c b/pr/tests/cltsrv.c
index a4011bc4..e1f82939 100644
--- a/pr/tests/cltsrv.c
+++ b/pr/tests/cltsrv.c
@@ -214,10 +214,8 @@ PRLogModuleInfo *cltsrv_log_file = NULL;
static void _MY_Assert(const char *s, const char *file, PRIntn ln)
{
PL_PrintError(NULL);
-#if DEBUG
PR_Assert(s, file, ln);
-#endif
-} /* _MW_Assert */
+} /* _MY_Assert */
static PRBool Aborted(PRStatus rv)
{
diff --git a/pr/tests/provider.c b/pr/tests/provider.c
index 21d0d389..57fa07b0 100644
--- a/pr/tests/provider.c
+++ b/pr/tests/provider.c
@@ -216,10 +216,8 @@ PRLogModuleInfo *cltsrv_log_file = NULL;
static void _MY_Assert(const char *s, const char *file, PRIntn ln)
{
PL_PrintError(NULL);
-#if DEBUG
PR_Assert(s, file, ln);
-#endif
-} /* _MW_Assert */
+} /* _MY_Assert */
static PRBool Aborted(PRStatus rv)
{