зеркало из https://github.com/mozilla/gecko-dev.git
One-line fix for bug 62187, "JS shell producing too much console output on Mac" (r=waldemar, r=rginda). Without this fix, running the test driver is impossible on Mac 9. [NOT PART OF BROWSER BUILD].
This commit is contained in:
Родитель
7ae2d05ef4
Коммит
6d450f7126
|
@ -97,7 +97,7 @@ FILE *gErrFile = NULL;
|
|||
FILE *gOutFile = NULL;
|
||||
|
||||
#ifdef XP_MAC
|
||||
#ifdef MAC_TEST_HACK
|
||||
#if defined(MAC_TEST_HACK) || defined(XP_MAC_MPW)
|
||||
/* this is the data file that all Print strings will be echoed into */
|
||||
FILE *gTestResultFile = NULL;
|
||||
#define isatty(f) 0
|
||||
|
|
Загрузка…
Ссылка в новой задаче