diff options
author | alon@honor <none@none> | 2010-10-03 15:05:26 -0700 |
---|---|---|
committer | alon@honor <none@none> | 2010-10-03 15:05:26 -0700 |
commit | 7acd07a63ff39da63869856734c51bc665528270 (patch) | |
tree | 1053cabfdde816eb6f722658ab23ce22a5b73681 /tests/settings.py | |
parent | df1e26bbe05df56f4fa8ad2beeeac9fc2b298f04 (diff) |
clean up relooper
Diffstat (limited to 'tests/settings.py')
-rw-r--r-- | tests/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/settings.py b/tests/settings.py index e07241fc..4491d224 100644 --- a/tests/settings.py +++ b/tests/settings.py @@ -24,7 +24,7 @@ SPIDERMONKEY_ENGINE=os.path.expanduser('~/Dev/mozilla-central/js/src/js') V8_ENGINE=os.path.expanduser('~/Dev/v8/d8') # XXX Warning: Compiling the 'sauer' test in SpiderMonkey can lead to an extreme amount of memory being -# used, see Mozilla bug 593659. +# used, see Mozilla bug 593659. Possibly also some other tests as well. #PARSER_ENGINE=SPIDERMONKEY_ENGINE PARSER_ENGINE=V8_ENGINE |