aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schneider <david.schneider@picle.org>2013-12-02 18:37:18 +0100
committerDavid Schneider <david.schneider@picle.org>2013-12-02 18:37:18 +0100
commitd54d2c2ea0d93a565c3292c62757c354e5287e26 (patch)
tree962fd22deccea4ee1a3b400419701e89c59fd949 /pypy/testrunner_cfg.py
parentmerge heads (diff)
downloadpypy-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.py2
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',
]