зеркало из https://github.com/mozilla/pjs.git
removed eval(PRBool,...) function since it clashes with the eval(PRInt32,...) version
This commit is contained in:
Родитель
4c0a20e9f0
Коммит
bc21e8ff01
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче