summaryrefslogtreecommitdiff
path: root/test/LLVMC/EnvParentheses.td
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-09-13 01:37:07 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-09-13 01:37:07 +0000
commit43c8a062667c9a5b9a19f75445895f0b6e0cafcc (patch)
tree7d26fe12478ab9ea0ff730b2fbde36dc4c102120 /test/LLVMC/EnvParentheses.td
parent7262bafe985c686633079e3a019ab3b85f15a610 (diff)
downloadllvm-43c8a062667c9a5b9a19f75445895f0b6e0cafcc.tar.gz
llvm-43c8a062667c9a5b9a19f75445895f0b6e0cafcc.tar.bz2
llvm-43c8a062667c9a5b9a19f75445895f0b6e0cafcc.tar.xz
Rewrite tests to not use Tcl substitution.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81660 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/LLVMC/EnvParentheses.td')
-rw-r--r--test/LLVMC/EnvParentheses.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/LLVMC/EnvParentheses.td b/test/LLVMC/EnvParentheses.td
index cf2a0e376f..694468f2dd 100644
--- a/test/LLVMC/EnvParentheses.td
+++ b/test/LLVMC/EnvParentheses.td
@@ -1,6 +1,6 @@
// Check the fix for PR4157.
// http://llvm.org/bugs/show_bug.cgi?id=4157
-// RUN: tblgen -I $srcroot/include --gen-llvmc %s -o %t
+// RUN: tblgen -I %p/../../include --gen-llvmc %s -o %t
// RUN: not grep {)));} %t
include "llvm/CompilerDriver/Common.td"