diff options
author | 2013-12-02 18:37:18 +0100 | |
---|---|---|
committer | 2013-12-02 18:37:18 +0100 | |
commit | d54d2c2ea0d93a565c3292c62757c354e5287e26 (patch) | |
tree | 962fd22deccea4ee1a3b400419701e89c59fd949 /pypy/testrunner_cfg.py | |
parent | merge heads (diff) | |
download | pypy-d54d2c2ea0d93a565c3292c62757c354e5287e26.tar.gz pypy-d54d2c2ea0d93a565c3292c62757c354e5287e26.tar.bz2 pypy-d54d2c2ea0d93a565c3292c62757c354e5287e26.zip |
update path
Diffstat (limited to 'pypy/testrunner_cfg.py')
-rw-r--r-- | pypy/testrunner_cfg.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pypy/testrunner_cfg.py b/pypy/testrunner_cfg.py index 723f774a80..bc0dafbb19 100644 --- a/pypy/testrunner_cfg.py +++ b/pypy/testrunner_cfg.py @@ -3,7 +3,7 @@ import os DIRS_SPLIT = [ 'translator/c', 'rlib', - 'rpython/memory', 'jit/metainterp', 'rpython/test', + 'memory/test', 'jit/metainterp', 'jit/backend/arm', 'jit/backend/x86', ] |