removed eval(PRBool,...) function since it clashes with the eval(PRInt32,...) version

This commit is contained in:
rpotts 1998-04-29 20:10:16 +00:00
Родитель 4c0a20e9f0
Коммит bc21e8ff01
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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