From 488173573698697f312a208c77f2188294d6e3f7 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Mon, 14 Dec 2009 20:58:24 +0000 Subject: [PATCH] Remove accidental commit containing local paths for the LLVM-Code-Syntax test llvm-svn: 91326 --- clang/utils/C++Tests/LLVM-Code-Syntax/lit.local.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/clang/utils/C++Tests/LLVM-Code-Syntax/lit.local.cfg b/clang/utils/C++Tests/LLVM-Code-Syntax/lit.local.cfg index 2fe01d2ffd15..c90f4f3db488 100644 --- a/clang/utils/C++Tests/LLVM-Code-Syntax/lit.local.cfg +++ b/clang/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,