diff options
author | Douglas Gregor <dgregor@apple.com> | 2009-12-14 20:58:24 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2009-12-14 20:58:24 +0000 |
commit | eb3f00c292c515a9576e2c1dee70985e550231f2 (patch) | |
tree | 92cd6d793c130f968ed06714bc2352f8c55cf793 /utils/C++Tests/LLVM-Code-Syntax | |
parent | a6ca65075490a1f217bbe5f83fe7b80e821df2d8 (diff) |
Remove accidental commit containing local paths for the LLVM-Code-Syntax test
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91326 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/C++Tests/LLVM-Code-Syntax')
-rw-r--r-- | utils/C++Tests/LLVM-Code-Syntax/lit.local.cfg | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/C++Tests/LLVM-Code-Syntax/lit.local.cfg b/utils/C++Tests/LLVM-Code-Syntax/lit.local.cfg index 2fe01d2ffd..c90f4f3db4 100644 --- a/utils/C++Tests/LLVM-Code-Syntax/lit.local.cfg +++ b/utils/C++Tests/LLVM-Code-Syntax/lit.local.cfg @@ -11,7 +11,6 @@ root = getRoot(config) # testFormat: The test format to use to interpret tests. target_obj_root = root.llvm_obj_root -target_obj_root = '/Users/dgregor/Projects/llvm-build-autotools' cxxflags = ['-D__STDC_LIMIT_MACROS', '-D__STDC_CONSTANT_MACROS', '-I%s/include' % root.llvm_src_root, |