diff options
author | alon@honor <none@none> | 2010-09-20 18:59:15 -0700 |
---|---|---|
committer | alon@honor <none@none> | 2010-09-20 18:59:15 -0700 |
commit | fea809cb090c648f58f11561f7f25ce813d9944f (patch) | |
tree | 355bc25d3bab157799caf339f6917683aca9ac41 /tests | |
parent | 9e66429fa4154058798be6cc554408697cc6bfc8 (diff) |
refactor into files
--HG--
rename : src/parser.js => src/compiler.js
Diffstat (limited to 'tests')
-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 513db6bf..717a2b1c 100644 --- a/tests/settings.py +++ b/tests/settings.py @@ -12,7 +12,7 @@ COMPILER_OPTS = ['-m32'] # Need to build as 32bit arch, for now - LLVM_DIS=os.path.expanduser('~/Dev/llvm-2.7/cbuild/bin/llvm-dis') -SPIDERMONKEY_ENGINE=os.path.expanduser('~/Dev/m-c-ff/js/src/js') +SPIDERMONKEY_ENGINE=os.path.expanduser('~/Dev/m-c/js/src/js') V8_ENGINE=os.path.expanduser('~/Dev/v8/d8') # XXX Warning: Running the 'sauer' test in SpiderMonkey can lead to an extreme amount of memory being |