summaryrefslogtreecommitdiffstats
path: root/test/lit.site.cfg.in
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-09-17 00:07:21 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-09-17 00:07:21 +0000
commitd4347cb9e2e322db75bdcf419ba02ac1565f615e (patch)
treee80067a0ec8f742b862481756810b6fff11435dd /test/lit.site.cfg.in
parent91ee77a8c1be0bfef04e2e50925552bdf4ca208a (diff)
Fix substituto.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82099 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/lit.site.cfg.in')
-rw-r--r--test/lit.site.cfg.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit.site.cfg.in b/test/lit.site.cfg.in
index dfb0657706..21b75994ae 100644
--- a/test/lit.site.cfg.in
+++ b/test/lit.site.cfg.in
@@ -3,4 +3,4 @@
config.clang_obj_root = "@CLANG_BINARY_DIR@"
# Let the main config do the real work.
-lit.load_config(config, "@LLVM_SOURCE_DIR@/lit.cfg")
+lit.load_config(config, "@CLANG_SOURCE_DIR@/test/lit.cfg")