From bc21e8ff016cda03dcd01787752d9fb20b9c8fd5 Mon Sep 17 00:00:00 2001 From: rpotts Date: Wed, 29 Apr 1998 20:10:16 +0000 Subject: [PATCH] removed eval(PRBool,...) function since it clashes with the eval(PRInt32,...) version --- widget/tests/windows/winmain.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/widget/tests/windows/winmain.cpp b/widget/tests/windows/winmain.cpp index dcaf4b69892..442e52dc11a 100644 --- a/widget/tests/windows/winmain.cpp +++ b/widget/tests/windows/winmain.cpp @@ -138,12 +138,14 @@ char * eval(PRUint32 aVal) { return aVal ? "PASSED":"FAILED"; } +#if 0 char * eval(PRBool aVal) { if (!aVal) { gOverallStatus++; } return aVal ? "PASSED":"FAILED"; } +#endif /**-------------------------------------------------------------------------------- * Generic ListWidget Box Non-Visual Test