summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2017-02-09 23:58:54 +0000
committerEric Fiselier <eric@efcs.ca>2017-02-09 23:58:54 +0000
commit11306e5113fa2fa6e3416fde3af334635779f210 (patch)
treec763a558758d3b8f031b6c4afc2ed814ac338c81
parent0ede22e1c0803018258eee840818936b33800e1a (diff)
downloadbcm5719-llvm-11306e5113fa2fa6e3416fde3af334635779f210.tar.gz
bcm5719-llvm-11306e5113fa2fa6e3416fde3af334635779f210.zip
Fix path to libc++'s python test module
llvm-svn: 294671
-rw-r--r--libcxxabi/test/lit.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxxabi/test/lit.cfg b/libcxxabi/test/lit.cfg
index 29d1a3b7285..2e23c564b79 100644
--- a/libcxxabi/test/lit.cfg
+++ b/libcxxabi/test/lit.cfg
@@ -29,7 +29,7 @@ config.test_source_root = os.path.dirname(__file__)
libcxx_src_root = getattr(config, 'libcxx_src_root', None)
if not libcxx_src_root:
libcxx_src_root = os.path.join(config.test_source_root, '../../libcxx')
-libcxx_test_src_root = os.path.join(libcxx_src_root, 'test')
+libcxx_test_src_root = os.path.join(libcxx_src_root, 'utils')
if os.path.isfile(os.path.join(libcxx_test_src_root, 'libcxx', '__init__.py')):
site.addsitedir(libcxx_test_src_root)
else:
OpenPOWER on IntegriCloud